google-cloud-sdk: 184.0.0 -> 190.0.1
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 190.0.1 with grep in /nix/store/y7rvgsj3077w8div5qny11xhgyjvy06c-google-cloud-sdk-190.0.1
This commit is contained in:
parent
f93f9f6025
commit
84cb658505
@ -29,13 +29,13 @@ let
|
||||
|
||||
x86_64-linux = {
|
||||
url = "${baseUrl}/${name}-linux-x86_64.tar.gz";
|
||||
sha256 = "1ynvllxzjr3y4qflw06njj7qqcf7539mbp06rs03i8hargsgbamx";
|
||||
sha256 = "0rblb0akwdzr5i8al0dcz482xmx1xdnjnzgqywjvwd8fzdyzq7bp";
|
||||
};
|
||||
}.${system};
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "google-cloud-sdk-${version}";
|
||||
version = "184.0.0";
|
||||
version = "190.0.1";
|
||||
|
||||
src = fetchurl (sources name stdenv.system);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user