uuu: fix updateScript to pass specific version-regexp

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit 6923231af9)
This commit is contained in:
Otavio Salvador
2023-11-28 19:48:38 -03:00
committed by Jörg Thalheim
parent a53d55a1ed
commit 1f58335672

View File

@@ -25,7 +25,9 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-N5L6k2oVXfnER7JRoX0JtzgEhb/vFMexu7hUKQhmcoE=";
};
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script {
extraArgs = [ "--version-regex" "uuu_\([0-9.]+\)" ];
};
nativeBuildInputs = [
cmake