cloud-sql-proxy: 1.11 -> 1.13 (#48920)

This commit is contained in:
Nick Novitski
2018-10-26 04:18:10 -07:00
committed by xeji
parent 945c6b9981
commit 463a2d94bd
2 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
name = "cloud-sql-proxy-${version}";
version = "1.11";
version = "1.13";
goPackagePath = "github.com/GoogleCloudPlatform/cloudsql-proxy";
@@ -11,7 +11,7 @@ buildGoPackage rec {
src = fetchgit {
rev = version;
url = "https://${goPackagePath}";
sha256 = "13g68i51f03xdh7a1qjmj8j5ljn4drd3n44fn348xfdxqclnx90l";
sha256 = "07n2hfhqa9hinabmx79aqqwxzzkky76x3jvpd89kch14fijbh532";
};
goDeps = ./deps.nix;
@@ -20,7 +20,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "An authenticating proxy for Second Generation Google Cloud SQL databases";
homepage = https://github.com/GoogleCloudPlatform/cloudsql-proxy;
homepage = "https://${goPackagePath}";
license = licenses.asl20;
maintainers = [ maintainers.nicknovitski ];
platforms = platforms.all;