Skip to content

Commit 5aafddf

Browse files
ticktick: 6.0.21 -> 6.0.30
1 parent 026c8ee commit 5aafddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ti/ticktick/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ let
1919
in
2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "ticktick";
22-
version = "6.0.21";
22+
version = "6.0.30";
2323

2424
src =
2525
if stdenv.hostPlatform.system == "x86_64-linux" then
2626
fetchurl {
2727
url = "${baseUrl}/linux/linux_deb_x64/ticktick-${finalAttrs.version}-amd64.deb";
28-
hash = "sha256-e5N20FL2c6XdkDax0SMGigLuatXKZxb9c53sqQ5XVtM=";
28+
hash = "sha256-xTNQby3KZlo3QQM5FqEKXYzAYq6jgWwN7zjYF2l6+78=";
2929
}
3030
else if stdenv.hostPlatform.system == "aarch64-linux" then
3131
fetchurl {
3232
url = "${baseUrl}/linux/linux_deb_arm64/ticktick-${finalAttrs.version}-arm64.deb";
33-
hash = "sha256-6/nzPL+TeEE31S0ngmsUFPZEfWtt4PVAEkMqSa8OpYI=";
33+
hash = "sha256-MlWOCkk0dyYV4iyPTs/Jtq+E9Qpsizoe2XGmPljrahA=";
3434
}
3535
else
3636
throw "Unsupported system: ${stdenv.hostPlatform.system}";

0 commit comments

Comments
 (0)