tsidp: add nix-update-script
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
lib,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "tsidp";
|
||||
@@ -16,6 +17,8 @@ buildGoModule (finalAttrs: {
|
||||
|
||||
vendorHash = "sha256-iBy+osK+2LdkTzXhrkSaB6nWpUCpr8VkxJTtcfVCFuw=";
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = {
|
||||
homepage = "https://github.com/tailscale/tsidp";
|
||||
changelog = "https://github.com/tailscale/tsidp/releases/tag/v${finalAttrs.version}";
|
||||
|
||||
Reference in New Issue
Block a user