mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
google-app-engine-go-sdk: 1.9.53 -> 1.9.55
This commit is contained in:
parent
c5e314dabe
commit
5605f9d2c8
@ -4,17 +4,17 @@ with python27Packages;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "google-app-engine-go-sdk-${version}";
|
name = "google-app-engine-go-sdk-${version}";
|
||||||
version = "1.9.53";
|
version = "1.9.55";
|
||||||
src =
|
src =
|
||||||
if stdenv.system == "x86_64-linux" then
|
if stdenv.system == "x86_64-linux" then
|
||||||
fetchzip {
|
fetchzip {
|
||||||
url = "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-${version}.zip";
|
url = "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_linux_amd64-${version}.zip";
|
||||||
sha256 = "04lfwf7ad7gi8xn891lz87b7pr2gyycgpaq96i0cgckrj2awayz2";
|
sha256 = "1gwrmqs69h3wbx6z0a7shdr8gn1qiwrkvh3pg6mi7dybwmd1x61h";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
fetchzip {
|
fetchzip {
|
||||||
url = "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-${version}.zip";
|
url = "https://storage.googleapis.com/appengine-sdks/featured/go_appengine_sdk_darwin_amd64-${version}.zip";
|
||||||
sha256 = "18hgl4wz3rhaklkwaxl8gm70h7l8k225f86da682kafawrr8zhv4";
|
sha256 = "0b8r2fqg9m285ifz0jahd4wasv7cq61nr6p1k664w021r5y5lbvr";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python27 makeWrapper];
|
buildInputs = [python27 makeWrapper];
|
||||||
|
Loading…
Reference in New Issue
Block a user