Skip to content

Commit

Permalink
update to v2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-updater committed Feb 6, 2025
1 parent d64aba1 commit d439eab
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.16.1";
version = "v2.21.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-B+wsLyZmusI/5rUoMoP6hVPaDX+MYttEM9VwNNaATRE=";
"darwin-amd64" = "sha256-0ntAGz+K7oIwKyIu7ltTfN1vtnFOZrTQnQIDNBCDRTg=";
"darwin-arm64" = "sha256-vnQNTOF29xY0I/4AKlo4heSBcbTayyuXBJJKo/sau8c=";
"linux-amd64" = "sha256-56/ER+FYZcMftO2p3zk2hPfi51Z/zkIaYYPMamNT4DE=";
"darwin-amd64" = "sha256-EQvZIdGXIc6aPL1vLdKpGWetzpuIefQFheT4GjYbnSY=";
"darwin-arm64" = "sha256-+4MHp2JRqpMavjzOFebInvQizpm4RDOkcxUvgSRzmF0=";
}.${system};
src = system: fetchurl {
url = src-url version system;
Expand Down

0 comments on commit d439eab

Please sign in to comment.