Merge pull request #107966 from iAmMrinal0/update/google-cloud-sdk
This commit is contained in:
commit
16e8aa74dc
@ -3693,6 +3693,12 @@
|
|||||||
githubId = 2789926;
|
githubId = 2789926;
|
||||||
name = "Imran Hossain";
|
name = "Imran Hossain";
|
||||||
};
|
};
|
||||||
|
iammrinal0 = {
|
||||||
|
email = "nixpkgs@mrinalpurohit.in";
|
||||||
|
github = "iammrinal0";
|
||||||
|
githubId = 890062;
|
||||||
|
name = "Mrinal";
|
||||||
|
};
|
||||||
iand675 = {
|
iand675 = {
|
||||||
email = "ian@iankduncan.com";
|
email = "ian@iankduncan.com";
|
||||||
github = "iand675";
|
github = "iand675";
|
||||||
|
@ -21,18 +21,18 @@ let
|
|||||||
sources = name: system: {
|
sources = name: system: {
|
||||||
x86_64-darwin = {
|
x86_64-darwin = {
|
||||||
url = "${baseUrl}/${name}-darwin-x86_64.tar.gz";
|
url = "${baseUrl}/${name}-darwin-x86_64.tar.gz";
|
||||||
sha256 = "0kldvy63gba5k6ymybnggw3q3rlav1gcbpxiwnv6670lk5qzqdsw";
|
sha256 = "1miqvh2b3mxrrr63q8f5i944mp3rz6685ckmnk5fml2wyc273jiv";
|
||||||
};
|
};
|
||||||
|
|
||||||
x86_64-linux = {
|
x86_64-linux = {
|
||||||
url = "${baseUrl}/${name}-linux-x86_64.tar.gz";
|
url = "${baseUrl}/${name}-linux-x86_64.tar.gz";
|
||||||
sha256 = "1ifl4skwqhkapfwhymyz7v4jpwpd01n4x3956w5ci8c3zvw8l118";
|
sha256 = "15kfsxn6j37rsw97ixj7ixkzcby0pkgc5xj7cpqdq975ym58sgv7";
|
||||||
};
|
};
|
||||||
}.${system};
|
}.${system};
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "google-cloud-sdk";
|
pname = "google-cloud-sdk";
|
||||||
version = "319.0.0";
|
version = "321.0.0";
|
||||||
|
|
||||||
src = fetchurl (sources "${pname}-${version}" stdenv.hostPlatform.system);
|
src = fetchurl (sources "${pname}-${version}" stdenv.hostPlatform.system);
|
||||||
|
|
||||||
@ -99,7 +99,7 @@ in stdenv.mkDerivation rec {
|
|||||||
# This package contains vendored dependencies. All have free licenses.
|
# This package contains vendored dependencies. All have free licenses.
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
homepage = "https://cloud.google.com/sdk/";
|
homepage = "https://cloud.google.com/sdk/";
|
||||||
maintainers = with maintainers; [ pradyuman stephenmw zimbatm ];
|
maintainers = with maintainers; [ iammrinal0 pradyuman stephenmw zimbatm ];
|
||||||
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "x86_64-darwin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user