jikken: add version-regex to updateScript

This commit is contained in:
Vinny Meller 2025-07-27 14:57:53 -04:00
parent abfaee3e26
commit 9303e05a44
No known key found for this signature in database
GPG Key ID: 36CBEC89D5C8540C

View File

@ -25,7 +25,12 @@ rustPlatform.buildRustPackage rec {
buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_15 ];
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"^(v\\d+\\.\\d+\\.\\d+)$"
];
};
meta = with lib; {
description = "Powerful, source control friendly REST API testing toolkit";