Skip to content

Commit

Permalink
update to v2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic-updater committed Dec 21, 2024
1 parent 3fab710 commit 7ec58d3
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.0";
version = "v2.18.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-UjUhRgDQ4VzPUkWfqawPlxHFLBc7zJ+CbSsok4kv5SM=";
"darwin-amd64" = "sha256-cXXp6ZQYMDF4CHypNP//7Rx38YTnnkjekdltw+gz2VM=";
"darwin-arm64" = "sha256-DRdsJT86OmmOncZ/uPyM0kQtZFBgluMpwQWs28TUGMU=";
"linux-amd64" = "sha256-IugdVrLZKKlXHBKIlpLxq00ysanN2yccxEP7rZidrpw=";
"darwin-amd64" = "sha256-piZmTgfzMZZ/GRxyNucdtkcnmiDP9HFedfkNG3fOuTk=";
"darwin-arm64" = "sha256-3dPjNukBaWhSkbHAiqnyrkB7IRFM5GZgBFCz7zVyg9o=";
}.${system};
src = system: fetchurl {
url = src-url version system;
Expand Down

0 comments on commit 7ec58d3

Please sign in to comment.