File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let python = import "../python/build.ncl" in
55let glibc = import "../glibc/build.ncl" in
66let sqlite = import "../sqlite/build.ncl" in
77
8- let version = "579 .0.0" in
8+ let version = "580 .0.0" in
99# Google's per-version GCS bucket; explicit per-version path. The
1010# previous rapid-channel URL
1111# (dl.google.com/dl/cloudsdk/channels/rapid/downloads) has the
@@ -16,8 +16,8 @@ let version = "579.0.0" in
1616let dl_base = "https://storage.googleapis.com/cloud-sdk-release" in
1717
1818let { amd64_sha256 , arm64_sha256 } = {
19- amd64_sha256 = "a9a7fbe51cda37cf6142b1bbcff12227550e60a6c67e8cf84644fb301371c4de " ,
20- arm64_sha256 = "edc914b75f8c5d50e1efc78b849d6fa636c4412346784c148c4130f5dc3eba00 " ,
19+ amd64_sha256 = "e580c04b45dfa2e537b8dc0cf7c828e46a65bc77ef61de69161e1f3a124d7480 " ,
20+ arm64_sha256 = "a02b7c478f94c070d7cb1ec1c595d3a0c9ae84601c17d93946b89a33d3155d71 " ,
2121}
2222in
2323
You can’t perform that action at this time.
0 commit comments