Skip to content

Commit

Permalink
google-cloud-sql-proxy: 2.12.0 -> 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 29, 2024
1 parent caaaf01 commit 9f2238a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/google-cloud-sql-proxy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "google-cloud-sql-proxy";
version = "2.12.0";
version = "2.14.0";

src = fetchFromGitHub {
owner = "GoogleCloudPlatform";
repo = "cloud-sql-proxy";
rev = "v${version}";
hash = "sha256-nEbrNRrEXXvLYi1vIvukUaq+WQn2HlonaaMn57yIA3I=";
hash = "sha256-SM74Z9+oo472BIM/moSj9zyZh2HefkAkqoC4L1tu+X8=";
};

subPackages = [ "." ];

vendorHash = "sha256-EI2PDVdS9JB8ACkRTsfCBLz4JEmHQ6hApFSSfSvD/cQ=";
vendorHash = "sha256-Ao/kSC4gcsZpRaSu7FhqJs1ulUbfrzOpO4CMropCywo=";

checkFlags = [
"-short"
Expand Down

0 comments on commit 9f2238a

Please sign in to comment.