mirror of
https://github.com/tboerger/nixos-config
synced 2024-11-22 18:21:58 +01:00
fix: use a working url for clockify
This commit is contained in:
parent
bd2744df18
commit
8bcbd0a676
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.0.3";
|
||||
|
||||
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/20221108104754/https://clockify.me/downloads/Clockify_Setup.deb";
|
||||
sha256 = "sha256-eVZ3OqM1eoWfST7Qu9o8VmLm8ntD+ETf/0aes6RY4Y8=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user