Update ActivityWatch
This commit is contained in:
parent
546bc7e2e7
commit
87a5a86880
1 changed files with 5 additions and 5 deletions
|
|
@ -6,19 +6,19 @@
|
||||||
, freetype
|
, freetype
|
||||||
, libdrm
|
, libdrm
|
||||||
, fontconfig
|
, fontconfig
|
||||||
|
, harfbuzz
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "activitywatch-bin";
|
pname = "activitywatch-bin";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url =
|
url = "https://github.com/ActivityWatch/activitywatch/releases/download/v${version}/activitywatch-v${version}-linux-x86_64.zip";
|
||||||
"https://github.com/ActivityWatch/activitywatch/releases/download/v${version}/activitywatch-v${version}-linux-x86_64.zip";
|
sha256 = "sha256-4lfUxJTBpjrsRO+pmW7DNKV69tMr2wiarA5Fy4wPgMk=";
|
||||||
sha256 = "CYLhSxlKMHuIEMmqtN8o/lhwTfcR+DInFxVjZOJ1fHc=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoPatchelfHook libGL freetype libdrm fontconfig ];
|
nativeBuildInputs = [ autoPatchelfHook libGL freetype libdrm fontconfig harfbuzz ];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -r * $out/
|
cp -r * $out/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue