Skip to content

Commit a4e3a39

Browse files
author
automatic-updater
committed
update to v2.20.1
1 parent fcd6611 commit a4e3a39

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.20.0";
8+
version = "v2.20.1";
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-uX9RSgA1ToqI3BCzJss4V9CkT3vGoBd2cGjfl7JeSPE=";
21-
"darwin-amd64" = "sha256-6fkHbrtkC95pRKu/c8lWc+DPAyEZ9qz88l/BYbcHyBs=";
22-
"darwin-arm64" = "sha256-Pfq6lfkY83j7sylSmej5Q45hCGU6/LK8OEuq1pam/bk=";
20+
"linux-amd64" = "sha256-7SoLW/RfMXEa0WW2VmT3ykCEhvwmvsvCwpducVJ+Mvw=";
21+
"darwin-amd64" = "sha256-OUfLzHXaxADFgMQFbrADv6MSmrxoxagkD8D87sdBEPc=";
22+
"darwin-arm64" = "sha256-v7FMwTOmjDaUFETrQcZ6ugr47e39XELUXdAS3IwtZpQ=";
2323
}.${system};
2424
src = system: fetchurl {
2525
url = src-url version system;

0 commit comments

Comments
 (0)