mise: fix patch release version regex (#492315)

This commit is contained in:
Yohann Boniface
2026-02-20 22:20:28 +00:00
committed by GitHub
+1 -1
View File
@@ -104,7 +104,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
updateScript = nix-update-script {
extraArgs = [
# Ignore subcrate releases (fox, aqua-registry)
"--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9])$"
"--version-regex=^v([0-9]+\\.[0-9]+\\.[0-9]+)$"
];
};
tests = {