jaq: add stable release regex to update script (#519273)
This commit is contained in:
@@ -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"
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user