jaq: add stable release regex to update script (#519273)

This commit is contained in:
Sizhe Zhao
2026-05-12 10:54:42 +00:00
committed by GitHub
+3 -1
View File
@@ -28,7 +28,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
doInstallCheck = true;
passthru = {
updateScript = nix-update-script { };
updateScript = nix-update-script {
extraArgs = [ "--version-regex=^v(\\d+\\.\\d+\\.\\d+)$" ];
};
tests.simple =
runCommand "jaq-test"
{