Skip to content

Commit

Permalink
google-cloud-sdk: 241.0.0 -> 255.0.0 (#65417)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveitser authored and zimbatm committed Jul 28, 2019
1 parent 9024838 commit c6e7bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/google-cloud-sdk/default.nix
Expand Up @@ -19,18 +19,18 @@ let
sources = name: system: {
x86_64-darwin = {
url = "${baseUrl}/${name}-darwin-x86_64.tar.gz";
sha256 = "1w94c1p8vnp3kf802zpr3i0932f5b5irnfqmxj2p44gfyfmkym1j";
sha256 = "17gqrfnqbhp9hhlb57nxii18pb5cnxn3k8p2djiw699qkx3aqs13";
};

x86_64-linux = {
url = "${baseUrl}/${name}-linux-x86_64.tar.gz";
sha256 = "0pps7csf8d3rxqgd0bv06ga6cgkqhlbsys0k0sy1ipl3i6h5hmpf";
sha256 = "1bgvwgyshh0icb07dacrip0q5xs5l2315m1gz5ggz5dhnf0vrz0q";
};
}.${system};

in stdenv.mkDerivation rec {
name = "google-cloud-sdk-${version}";
version = "241.0.0";
version = "255.0.0";

src = fetchurl (sources name stdenv.hostPlatform.system);

Expand Down

0 comments on commit c6e7bc2

Please sign in to comment.