Skip to content

Commit

Permalink
google-alloydb-auth-proxy: 1.11.3 -> 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2024
1 parent 69e1e8b commit a6ec898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/go/google-alloydb-auth-proxy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@

buildGoModule rec {
pname = "google-alloydb-auth-proxy";
version = "1.11.3";
version = "1.12.0";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "alloydb-auth-proxy";
rev = "refs/tags/v${version}";
hash = "sha256-MjLnGsZ4xoZpyjJQbBd3vihIA2sZ7AAhnW8Xtu7Au+U=";
hash = "sha256-Z1sTArR6usEkoI/Dp5FUXhjsPeDHVG88GaSbrb9KaaA=";
};

subPackages = [ "." ];

vendorHash = "sha256-uUv/PqfuMAAwfcD2Sk36NcDoVWTrIVNxfoKM7cpFG5A=";
vendorHash = "sha256-jEs1oI4Ka87vbFbxt7cLm042wO2Rl5NaISmHBrCHZGw=";

checkFlags = [
"-short"
Expand Down

0 comments on commit a6ec898

Please sign in to comment.