Skip to content

Commit f9ceab7

Browse files
committed
shadps4: fix update script
1 parent 70954f1 commit f9ceab7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkgs/by-name/sh/shadps4/package.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,12 @@ stdenv.mkDerivation (finalAttrs: {
119119

120120
passthru = {
121121
tests.openorbis-example = nixosTests.shadps4;
122-
updateScript = nix-update-script { };
122+
updateScript = nix-update-script {
123+
extraArgs = [
124+
"--version-regex"
125+
"v\\.(.*)"
126+
];
127+
};
123128
};
124129

125130
meta = {

0 commit comments

Comments
 (0)