jikken: add version-regex to updateScript

+6 -1
+6 -1
pkgs/by-name/ji/jikken/package.nix
··· 25 25 26 26 buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ apple-sdk_15 ]; 27 27 28 - passthru.updateScript = nix-update-script { }; 28 + passthru.updateScript = nix-update-script { 29 + extraArgs = [ 30 + "--version-regex" 31 + "^(v\\d+\\.\\d+\\.\\d+)$" 32 + ]; 33 + }; 29 34 30 35 meta = with lib; { 31 36 description = "Powerful, source control friendly REST API testing toolkit";