google-cloud-sql-proxy: add passthru.updateScript

This commit is contained in:
Nick Novitski 2024-06-18 09:51:10 -07:00
parent 9dda9273fd
commit a447ebb01b

View File

@ -1,6 +1,7 @@
{ lib
, buildGo122Module
, fetchFromGitHub
, nix-update-script
}:
buildGo122Module rec {
@ -22,6 +23,8 @@ buildGo122Module rec {
"-short"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Utility for ensuring secure connections to Google Cloud SQL instances";
longDescription = ''