Skip to content

Commit e59eb6d

Browse files
author
automatic-updater
committed
update to v2.19.2
1 parent ef66e8b commit e59eb6d

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.19.1";
8+
version = "v2.19.2";
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-g50J08IiQZt6JyOTaqp0gcvGzjrvqwf2+ENx/p9xgiE=";
21-
"darwin-amd64" = "sha256-jQo75c5JOViZURh8UId+MS6CpaWFIVaqKuBYWAyq+bY=";
22-
"darwin-arm64" = "sha256-tmltU40SLF4TlDd/NQqiBKMmmoxwh/0zUL+JXN5fYMM=";
20+
"linux-amd64" = "sha256-QbFsbB2F7p3ACHdFBN13VJ36VxYQVGtLnIbcD/EaaFQ=";
21+
"darwin-amd64" = "sha256-B3kA9n0NLN/W7tocCeZdbdE+y33lLsmHwHr+NNnY0ew=";
22+
"darwin-arm64" = "sha256-BmGy3KPH5jcl2cO4PtVclVrCH4fgWUew7ZGHCzyHN34=";
2323
}.${system};
2424
src = system: fetchurl {
2525
url = src-url version system;

0 commit comments

Comments
 (0)