cloud-sql-proxy: 1.27.0 -> 1.27.1

This commit is contained in:
Dylan Arbour 2021-12-08 18:32:57 -05:00
parent 9e8961e560
commit 6fc4083c11

View File

@ -2,21 +2,20 @@
buildGoModule rec { buildGoModule rec {
pname = "cloud-sql-proxy"; pname = "cloud-sql-proxy";
version = "1.27.0"; version = "1.27.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoogleCloudPlatform"; owner = "GoogleCloudPlatform";
repo = "cloudsql-proxy"; repo = "cloudsql-proxy";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-x44nG5M2ycBaf/Fbw5crmAV//yv/WtIYbTjJ7/6TnoI="; sha256 = "sha256-xVPs7D639KY2ryDZpivineH4yZSNXi78FWk2SFKX1sk=";
}; };
subPackages = [ "cmd/cloud_sql_proxy" ]; subPackages = [ "cmd/cloud_sql_proxy" ];
vendorSha256 = "sha256-Uw8YJ1qzLYlTkx6wR/FKeDRHGSwZm2za/c0f/OKHiE0="; vendorSha256 = "sha256-913GJ/rPvDavQQMqDDTe4gBXziPPeQRPpUUG3DAz96g=";
# Disables tests that require running fuse with a hardcoded path checkFlags = [ "-short" ];
doCheck = false;
meta = with lib; { meta = with lib; {
description = "An authenticating proxy for Second Generation Google Cloud SQL databases"; description = "An authenticating proxy for Second Generation Google Cloud SQL databases";