uuu: fix passthru.updateScript version's regex to proper match the version
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"uuu_\\([0-9.]+\\)"
|
||||
"uuu_([0-9.]+)"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user