Skip to content

Commit 3fab710

Browse files
author
automatic-updater
committed
update to v2.18.0
1 parent fbbb6d8 commit 3fab710

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ddn.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
, binary-url-pattern
66
}:
77
let
8-
version = "v2.17.2";
8+
version = "v2.18.0";
99
src-url = version: system: builtins.replaceStrings
1010
[ "VERSION" "PLATFORM-ARCH" ]
1111
[ version (go-system system) ]
@@ -17,9 +17,9 @@ let
1717
"aarch64-darwin" = "darwin-arm64";
1818
}.${system};
1919
hash = system: {
20-
"linux-amd64" = "sha256-gFT7ciDpMqGS+3EjfEJz+NpKwALh6KpLFtC2Q/0kMLE=";
21-
"darwin-amd64" = "sha256-evsuw1AVoZdNG0eQs1UgYjW/OzRESC2e2179k4n1k6Y=";
22-
"darwin-arm64" = "sha256-DGDuwo32ucIySDEdW19qhT1XbLp+tdxj1o6KiCTSPZ0=";
20+
"linux-amd64" = "sha256-UjUhRgDQ4VzPUkWfqawPlxHFLBc7zJ+CbSsok4kv5SM=";
21+
"darwin-amd64" = "sha256-cXXp6ZQYMDF4CHypNP//7Rx38YTnnkjekdltw+gz2VM=";
22+
"darwin-arm64" = "sha256-DRdsJT86OmmOncZ/uPyM0kQtZFBgluMpwQWs28TUGMU=";
2323
}.${system};
2424
src = system: fetchurl {
2525
url = src-url version system;

0 commit comments

Comments
 (0)