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.17.2 " ;
8
+ version = "v2.18.0 " ;
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-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 =" ;
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