Skip to content

Commit

Permalink
update to v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-updater committed Jan 3, 2025
1 parent 417e649 commit ef66e8b
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.19.0";
version = "v2.19.1";
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-29Pf0PhrISuw1HcDFgYKMQrBNjoX8JCPSDPbCtYCrjc=";
"darwin-amd64" = "sha256-49MeFZTkVZdu0dHOmU8rPf0b8iHSNoeHvONpVMFTDvI=";
"darwin-arm64" = "sha256-hXaVi9N45bKJAbVESiduZuV72OVbNmJe/kP08MRDANk=";
"linux-amd64" = "sha256-g50J08IiQZt6JyOTaqp0gcvGzjrvqwf2+ENx/p9xgiE=";
"darwin-amd64" = "sha256-jQo75c5JOViZURh8UId+MS6CpaWFIVaqKuBYWAyq+bY=";
"darwin-arm64" = "sha256-tmltU40SLF4TlDd/NQqiBKMmmoxwh/0zUL+JXN5fYMM=";
}.${system};
src = system: fetchurl {
url = src-url version system;
Expand Down

0 comments on commit ef66e8b

Please sign in to comment.