tsidp: 0.0.4 -> 0.0.6, tsidp: add nix-update-script (#457010)

This commit is contained in:
h7x4
2025-11-16 19:24:43 +00:00
committed by GitHub

View File

@@ -2,19 +2,22 @@
lib, lib,
buildGoModule, buildGoModule,
fetchFromGitHub, fetchFromGitHub,
nix-update-script,
}: }:
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "tsidp"; pname = "tsidp";
version = "0.0.4"; version = "0.0.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tailscale"; owner = "tailscale";
repo = "tsidp"; repo = "tsidp";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-u6dQORtB4eNEFLlouuFV5oxedSN1fZ31YkZavfU1F0U="; hash = "sha256-qOZJkCVAgR6xXZryysyFbf/P8zrLhe2iHYWFlIadiBM=";
}; };
vendorHash = "sha256-obtcJTg7V4ij3fGVmZMD7QQwKJX6K5PPslpM1XKCk9Q="; vendorHash = "sha256-iBy+osK+2LdkTzXhrkSaB6nWpUCpr8VkxJTtcfVCFuw=";
passthru.updateScript = nix-update-script { };
meta = { meta = {
homepage = "https://github.com/tailscale/tsidp"; homepage = "https://github.com/tailscale/tsidp";