Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-24.11]: String fixes #366919

Merged
merged 14 commits into from
Dec 21, 2024
Prev Previous commit
Next Next commit
av1an-unwrapped: Fix invalid string escape
(cherry picked from commit bd29629)
  • Loading branch information
piegamesde committed Dec 20, 2024
commit 097b2bfdc16341a9f94a7e6d1ae0c194830b8da8
2 changes: 1 addition & 1 deletion pkgs/by-name/av/av1an-unwrapped/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"'^(\d*\.\d*\.\d*)$'"
"'^(\\d*\\.\\d*\\.\\d*)$'"
];
};
};
Expand Down