File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
, binary-url-pattern
6
6
} :
7
7
let
8
- version = "v2.20.0 " ;
8
+ version = "v2.20.1 " ;
9
9
src-url = version : system : builtins . replaceStrings
10
10
[ "VERSION" "PLATFORM-ARCH" ]
11
11
[ version ( go-system system ) ]
17
17
"aarch64-darwin" = "darwin-arm64" ;
18
18
} . ${ system } ;
19
19
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 =" ;
23
23
} . ${ system } ;
24
24
src = system : fetchurl {
25
25
url = src-url version system ;
You can’t perform that action at this time.
0 commit comments