Skip to content

Commit

Permalink
uuu: fix passthru.updateScript version's regex to proper match the ve…
Browse files Browse the repository at this point in the history
…rsion

Signed-off-by: Otavio Salvador <[email protected]>
  • Loading branch information
otavio committed Jan 6, 2025
1 parent ffd125e commit 307acb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/uu/uuu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
passthru.updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"uuu_\\([0-9.]+\\)"
"uuu_([0-9.]+)"
];
};

Expand Down

0 comments on commit 307acb8

Please sign in to comment.