1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-08 02:38:11 +09:00

[Backport release-25.05] shadps4: fix update script (#414680)

This commit is contained in:
Aleksana 2025-06-07 16:36:37 +08:00 committed by GitHub
commit 1295d6ef1d
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,12 @@ stdenv.mkDerivation (finalAttrs: {
passthru = {
tests.openorbis-example = nixosTests.shadps4;
updateScript = nix-update-script { };
updateScript = nix-update-script {
extraArgs = [
"--version-regex"
"v\\.(.*)"
];
};
};
meta = {