1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

Merge pull request #320484 from totoroot/google-cloud-sql-proxy-2.11.4

google-cloud-sql-proxy: 2.9.0 -> 2.11.4
This commit is contained in:
Thiago Kenji Okada 2024-06-23 02:46:25 +01:00 committed by GitHub
commit 51ec63b05b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,22 +1,22 @@
{ lib
, buildGo122Module
, buildGoModule
, fetchFromGitHub
}:
buildGo122Module rec {
buildGoModule rec {
pname = "google-cloud-sql-proxy";
version = "2.9.0";
version = "2.11.4";
src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "cloud-sql-proxy";
rev = "v${version}";
hash = "sha256-V1Q6DFWSIIff2FuOyE5XwtJN8RObGlhpW/nMWFmNoxI=";
hash = "sha256-eM1sS9+L3Z7qCQl+HPcdfoSSdcCKvaz5zwQM4k55hZY=";
};
subPackages = [ "." ];
vendorHash = "sha256-sAVMmDeHXEgQXb/Xi4nXYztXjuykE0TFebkeubMTZ3k=";
vendorHash = "sha256-/cHQ1vElE+QCxQo6s3Isf2USFP0LWJH3YdcbUfGuuVw=";
checkFlags = [
"-short"