We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f48780d + 3821d95 commit cdcbeedCopy full SHA for cdcbeed
1 file changed
pkgs/by-name/sa/sampo/package.nix
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
35
nativeInstallCheckInputs = [ versionCheckHook ];
36
doInstallCheck = true;
37
38
- passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\.]*)" ]; };
+ passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=sampo-v([0-9\\.]*)" ]; };
39
40
meta = {
41
description = "Automate changelogs, versioning, and publishing—even for monorepos across multiple package registries";
0 commit comments