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
|
||||
, libdrm
|
||||
, fontconfig
|
||||
, harfbuzz
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "activitywatch-bin";
|
||||
version = "0.11.0";
|
||||
version = "0.12.0";
|
||||
|
||||
src = fetchzip {
|
||||
url =
|
||||
"https://github.com/ActivityWatch/activitywatch/releases/download/v${version}/activitywatch-v${version}-linux-x86_64.zip";
|
||||
sha256 = "CYLhSxlKMHuIEMmqtN8o/lhwTfcR+DInFxVjZOJ1fHc=";
|
||||
url = "https://github.com/ActivityWatch/activitywatch/releases/download/v${version}/activitywatch-v${version}-linux-x86_64.zip";
|
||||
sha256 = "sha256-4lfUxJTBpjrsRO+pmW7DNKV69tMr2wiarA5Fy4wPgMk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook libGL freetype libdrm fontconfig ];
|
||||
nativeBuildInputs = [ autoPatchelfHook libGL freetype libdrm fontconfig harfbuzz ];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp -r * $out/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue