nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

shadps4: fix update script (#412032)

authored by

Aleksana and committed by
GitHub
c9f4f178 a6dc557d

+6 -1
+6 -1
pkgs/by-name/sh/shadps4/package.nix
··· 119 119 120 120 passthru = { 121 121 tests.openorbis-example = nixosTests.shadps4; 122 - updateScript = nix-update-script { }; 122 + updateScript = nix-update-script { 123 + extraArgs = [ 124 + "--version-regex" 125 + "v\\.(.*)" 126 + ]; 127 + }; 123 128 }; 124 129 125 130 meta = {