Skip to content

Commit

Permalink
update to v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-updater committed Dec 22, 2024
1 parent 7ec58d3 commit 417e649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ddn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
, binary-url-pattern
}:
let
version = "v2.18.1";
version = "v2.19.0";
src-url = version: system: builtins.replaceStrings
[ "VERSION" "PLATFORM-ARCH" ]
[ version (go-system system) ]
Expand All @@ -17,9 +17,9 @@ let
"aarch64-darwin" = "darwin-arm64";
}.${system};
hash = system: {
"linux-amd64" = "sha256-IugdVrLZKKlXHBKIlpLxq00ysanN2yccxEP7rZidrpw=";
"darwin-amd64" = "sha256-piZmTgfzMZZ/GRxyNucdtkcnmiDP9HFedfkNG3fOuTk=";
"darwin-arm64" = "sha256-3dPjNukBaWhSkbHAiqnyrkB7IRFM5GZgBFCz7zVyg9o=";
"linux-amd64" = "sha256-29Pf0PhrISuw1HcDFgYKMQrBNjoX8JCPSDPbCtYCrjc=";
"darwin-amd64" = "sha256-49MeFZTkVZdu0dHOmU8rPf0b8iHSNoeHvONpVMFTDvI=";
"darwin-arm64" = "sha256-hXaVi9N45bKJAbVESiduZuV72OVbNmJe/kP08MRDANk=";
}.${system};
src = system: fetchurl {
url = src-url version system;
Expand Down

0 comments on commit 417e649

Please sign in to comment.