klee: Fix invalid string escape
This commit is contained in:
@@ -133,7 +133,7 @@ llvmPackages.stdenv.mkDerivation rec {
|
||||
updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"v(\d\.\d)"
|
||||
"v(\\d\\.\\d)"
|
||||
];
|
||||
};
|
||||
# Let the user access the chosen uClibc outside the derivation.
|
||||
|
||||
@@ -99,7 +99,7 @@ llvmPackages.stdenv.mkDerivation rec {
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"v(\d\.\d)"
|
||||
"v(\\d\\.\\d)"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user