sampo: fix regex escape in updateScript (#504254)

This commit is contained in:
Adam C. Stephens
2026-03-28 00:14:23 +00:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\.]*)" ]; };
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\\.]*)" ]; };
meta = {
description = "Automate changelogs, versioning, and publishingeven for monorepos across multiple package registries";