ticktick: 1.0.80 -> 2.0.0

This commit is contained in:
Mikael Fangel 2023-11-26 22:49:53 +01:00
parent 33576fdfce
commit 35248080ac
No known key found for this signature in database
GPG key ID: 306DE4426F0B77C3

View file

@ -15,11 +15,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ticktick";
version = "1.0.80";
version = "2.0.0";
src = fetchurl {
url = "https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_x64/${finalAttrs.pname}-${finalAttrs.version}-amd64.deb";
hash = "sha256-EK+8NFEim2gcFj9t6AGYdGVlyFj9Yq7NaOia3XKy3cc=";
hash = "sha256-LOllYdte+Y+pbjXI2zOQrwptmUo4Ck6OyYoEX6suY08=";
};
nativeBuildInputs = [