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