From ce7cb362fd3528d6bcb0983072d5399bb5429e72 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Sun, 22 Mar 2026 09:48:55 -0400 Subject: [PATCH] sampo: 0.12.0 -> 0.17.0 Changelog: - https://github.com/bruits/sampo/releases/tag/sampo-v0.17.0 - https://github.com/bruits/sampo/releases/tag/sampo-v0.16.0 - https://github.com/bruits/sampo/releases/tag/sampo-v0.15.0 - https://github.com/bruits/sampo/releases/tag/sampo-v0.14.0 - https://github.com/bruits/sampo/releases/tag/sampo-v0.13.0 --- pkgs/by-name/sa/sampo/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/sa/sampo/package.nix b/pkgs/by-name/sa/sampo/package.nix index d4bdc781f31c..2f2dc365998c 100644 --- a/pkgs/by-name/sa/sampo/package.nix +++ b/pkgs/by-name/sa/sampo/package.nix @@ -9,20 +9,20 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "sampo"; - version = "0.12.0"; + version = "0.17.0"; src = fetchFromGitHub { owner = "bruits"; repo = "sampo"; tag = "sampo-v${finalAttrs.version}"; - hash = "sha256-0E9dvyu6mGbuMH8Lf/rVTn3skVq9kaVjQG2eLH8a2IY="; + hash = "sha256-NY73wGLS5r7C5GoF6p9Yf1d9nhbis/QZWAgnIVjytjA="; }; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; - cargoHash = "sha256-gooShQWJY9UKYq99o7qhyz6ROK+VXYG2PpygdVWG0iM="; + cargoHash = "sha256-9Z0Jdx220+GrdNZPcJnjxqSOp6GHFXomtME0qczHbvs="; cargoBuildFlags = [ "-p" @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: { nativeInstallCheckInputs = [ versionCheckHook ]; doInstallCheck = true; - passthru.updateScript = nix-update-script { }; + passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\.]*)" ]; }; meta = { description = "Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries";