Skip to content

Commit

Permalink
ticktick: 6.0.10 -> 6.0.20 (#368625)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 14, 2025
2 parents 09b49e7 + fce7ac3 commit 3dad153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ti/ticktick/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ticktick";
version = "6.0.10";
version = "6.0.20";

src = fetchurl {
url = "https://d2atcrkye2ik4e.cloudfront.net/download/linux/linux_deb_x64/ticktick-${finalAttrs.version}-amd64.deb";
hash = "sha256-/SaQJFaz8quuFk4bLmRrvfYpqyDNTV/dJBrAJpOT4S4=";
hash = "sha256-aKUK0/9Y/ac9ISYJnWDUdwmvN8UYKzTY0f94nd8ofGw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3dad153

Please sign in to comment.