Unverified Commit 5d28e331 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #320826 from nicknovitski/gcsp-nus

google-cloud-sql-proxy: add passthru.updateScript
parents 3e3d6306 a447ebb0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
, nix-update-script
}:

buildGoModule rec {
@@ -22,6 +23,8 @@ buildGoModule rec {
    "-short"
  ];

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
    description = "Utility for ensuring secure connections to Google Cloud SQL instances";
    longDescription = ''