turbo-unwrapped: Fix invalid string escape
This commit is contained in:
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage rec {
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"'v(\d+\.\d+\.\d+)'"
|
||||
"'v(\\d+\\.\\d+\\.\\d+)'"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user