av1an-unwrapped: Fix invalid string escape

This commit is contained in:
piegames
2024-12-14 15:19:03 +01:00
parent 70e7ca4c3d
commit bd2962950d
+1 -1
View File
@@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"'^(\d*\.\d*\.\d*)$'"
"'^(\\d*\\.\\d*\\.\\d*)$'"
];
};
};