shadps4: fix update script (#412032)

This commit is contained in:
Aleksana 2025-06-07 16:29:55 +08:00 committed by GitHub
commit c9f4f178dd
No known key found for this signature in database
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 = {