sampo: fix regex escape in updateScript

This commit is contained in:
Michael Daniels
2026-03-27 19:59:31 -04:00
committed by GitHub
parent 4fb784ca29
commit 3821d95df7
+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";