tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
google-alloydb-auth-proxy: 1.13.5 -> 1.13.6
R. Ryantm
5 months ago
9d2f041a
ca265c19
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
go
google-alloydb-auth-proxy
package.nix
+3
-3
pkgs/by-name/go/google-alloydb-auth-proxy/package.nix
···
7
8
buildGoModule rec {
9
pname = "google-alloydb-auth-proxy";
10
-
version = "1.13.5";
11
12
src = fetchFromGitHub {
13
owner = "GoogleCloudPlatform";
14
repo = "alloydb-auth-proxy";
15
tag = "v${version}";
16
-
hash = "sha256-UbJOVZc9hXMXfBPIJl4C3y9fAp69cRue95EJX155kDQ=";
17
};
18
19
subPackages = [ "." ];
20
21
-
vendorHash = "sha256-9tNj1W4TGepe/CqbNx4Mk26iMOxDwWeKRw36lFmDpts=";
22
23
checkFlags = [
24
"-short"
···
7
8
buildGoModule rec {
9
pname = "google-alloydb-auth-proxy";
10
+
version = "1.13.6";
11
12
src = fetchFromGitHub {
13
owner = "GoogleCloudPlatform";
14
repo = "alloydb-auth-proxy";
15
tag = "v${version}";
16
+
hash = "sha256-d3YMyvUoNfU32pcStsriBCCiyMPHRZrJzHgrnBRmUL4=";
17
};
18
19
subPackages = [ "." ];
20
21
+
vendorHash = "sha256-DobqGejaRrCy8RJyydepnTVp9IdeM9X6A+3uUgH15iM=";
22
23
checkFlags = [
24
"-short"