tsidp: add nix-update-script

This commit is contained in:
Antonis Kotronakis
2025-10-30 14:49:41 +00:00
parent 5eca02acb5
commit 55a8223904

View File

@@ -2,6 +2,7 @@
lib, lib,
buildGoModule, buildGoModule,
fetchFromGitHub, fetchFromGitHub,
nix-update-script,
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "tsidp"; pname = "tsidp";
@@ -16,6 +17,8 @@ buildGoModule (finalAttrs: {
vendorHash = "sha256-iBy+osK+2LdkTzXhrkSaB6nWpUCpr8VkxJTtcfVCFuw="; vendorHash = "sha256-iBy+osK+2LdkTzXhrkSaB6nWpUCpr8VkxJTtcfVCFuw=";
passthru.updateScript = nix-update-script { };
meta = { meta = {
homepage = "https://github.com/tailscale/tsidp"; homepage = "https://github.com/tailscale/tsidp";
changelog = "https://github.com/tailscale/tsidp/releases/tag/v${finalAttrs.version}"; changelog = "https://github.com/tailscale/tsidp/releases/tag/v${finalAttrs.version}";