Skip to content

Commit cdcbeed

Browse files
sampo: fix regex escape in updateScript (#504254)
2 parents f48780d + 3821d95 commit cdcbeed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/by-name/sa/sampo/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
3535
nativeInstallCheckInputs = [ versionCheckHook ];
3636
doInstallCheck = true;
3737

38-
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\.]*)" ]; };
38+
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\\.]*)" ]; };
3939

4040
meta = {
4141
description = "Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries";

0 commit comments

Comments
 (0)