jikken: add version-regex to updateScript (#428912)

This commit is contained in:
Aleksana
2025-07-28 10:44:39 +08:00
committed by GitHub
+6 -1
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";