Skip to content

Commit

Permalink
google-cloud-sql-proxy: 2.14.1 -> 2.14.2 (NixOS#366239)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 19, 2024
2 parents 5740050 + 97ec944 commit 82ae186
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/google-cloud-sql-proxy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

buildGoModule rec {
pname = "google-cloud-sql-proxy";
version = "2.14.1";
version = "2.14.2";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "cloud-sql-proxy";
rev = "v${version}";
hash = "sha256-GS+FILQI6z7bFgngDgnC+H5APILiDpBLkA+EFT4cWMw=";
hash = "sha256-jnecQkfZzg7psWOamJTpUnxjkW0tJkuGw06GGBNbub0=";
};

subPackages = [ "." ];

vendorHash = "sha256-TbVpYfAEo0WtteeEImcPORxgYhMdgayj+LcpLW3jAMo=";
vendorHash = "sha256-7jMDSW32MoHCN51yqLliUBfcjsE5l0mPvGXair5KLxA=";

checkFlags = [
"-short"
Expand Down

0 comments on commit 82ae186

Please sign in to comment.