Commit 38d2449c authored by R. RyanTM's avatar R. RyanTM
Browse files

google-alloydb-auth-proxy: 1.13.10 -> 1.13.11

parent 2859feb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,18 +7,18 @@

buildGoModule (finalAttrs: {
  pname = "google-alloydb-auth-proxy";
  version = "1.13.10";
  version = "1.13.11";

  src = fetchFromGitHub {
    owner = "GoogleCloudPlatform";
    repo = "alloydb-auth-proxy";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e+m7vr/N4Ij8X89f12ZjJDh60hOMQXQOBOaVE4TUVaA=";
    hash = "sha256-yumoStHsqICOYN9p6EY6L/GOG6g07fVO7Lyy4gkU7N4=";
  };

  subPackages = [ "." ];

  vendorHash = "sha256-PKtN0HvIzxr42XpandoHqqK9N0ohq2dXxGbnIlMO8mo=";
  vendorHash = "sha256-hFxTDVd/iFVSTRp9hIADe33YIjGYGYlUWBgB9Ff3Oiw=";

  checkFlags = [
    "-short"