cloud-sql-proxy: 1.11 -> 1.13 (#48920)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user