Unverified Commit 14a23314 authored by Matthias Thym's avatar Matthias Thym Committed by GitHub
Browse files

Update cloud-sql-proxy to use hash option

parent 661f33ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ buildGoModule rec {
    owner = "GoogleCloudPlatform";
    repo = "cloud-sql-proxy";
    rev = "v${version}";
    sha256 = "sha256-/mXaNRTRIBIPUHY/MOHpGmpB8wBp18wwftn/EdmoffQ=";
    hash = "sha256-/mXaNRTRIBIPUHY/MOHpGmpB8wBp18wwftn/EdmoffQ=";
  };

  subPackages = [ "." ];