clockify: 2.0.3 -> 2.1.6
This commit is contained in:
parent
1cedf17973
commit
f860a72464
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "clockify";
|
pname = "clockify";
|
||||||
version = "2.0.3";
|
version = "2.1.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://web.archive.org/web/20211118160803/https://clockify-resources.s3.eu-central-1.amazonaws.com/downloads/Clockify_Setup.deb";
|
url = "https://web.archive.org/web/20231110130133/https://clockify.me/downloads/Clockify_Setup_x64.deb";
|
||||||
sha256 = "sha256-eVZ3OqM1eoWfST7Qu9o8VmLm8ntD+ETf/0aes6RY4Y8=";
|
hash = "sha256-jndoMk3vqk8a5jMzKVo6ThovSISmcu+hef9IJcg3reQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
mv opt $out
|
mv opt $out
|
||||||
|
|
||||||
substituteInPlace $out/share/applications/clockify.desktop \
|
substituteInPlace $out/share/applications/clockify.desktop \
|
||||||
--replace "/opt/Clockify" $out/bin
|
--replace "/opt/Clockify/" ""
|
||||||
|
|
||||||
makeWrapper ${electron}/bin/electron $out/bin/clockify \
|
makeWrapper ${electron}/bin/electron $out/bin/clockify \
|
||||||
--add-flags $out/opt/Clockify/resources/app.asar
|
--add-flags $out/opt/Clockify/resources/app.asar
|
||||||
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://clockify.me";
|
homepage = "https://clockify.me";
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ wolfangaukang ];
|
maintainers = with maintainers; [ wolfangaukang ];
|
||||||
|
mainProgram = "clockify";
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -4886,7 +4886,7 @@ with pkgs;
|
|||||||
clipster = callPackage ../tools/misc/clipster { };
|
clipster = callPackage ../tools/misc/clipster { };
|
||||||
|
|
||||||
clockify = callPackage ../applications/office/clockify {
|
clockify = callPackage ../applications/office/clockify {
|
||||||
electron = electron_11;
|
electron = electron_24;
|
||||||
};
|
};
|
||||||
|
|
||||||
contrast = callPackage ../applications/accessibility/contrast { };
|
contrast = callPackage ../applications/accessibility/contrast { };
|
||||||
|
Loading…
Reference in New Issue
Block a user