turbo-unwrapped: Fix invalid string escape

This commit is contained in:
piegames
2024-12-14 15:19:02 +01:00
parent dfc3657f0f
commit 0bf6262391
+1 -1
View File
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"'v(\d+\.\d+\.\d+)'"
"'v(\\d+\\.\\d+\\.\\d+)'"
];
};
};