Merge pull request #36564 from ryantm/auto-update/google-cloud-sdk

google-cloud-sdk: 184.0.0 -> 190.0.1
This commit is contained in:
Jörg Thalheim 2018-03-08 21:47:40 +00:00 committed by GitHub
commit 22dea4b140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);