Unverified Commit f9ceab72 authored by Ryan Omasta's avatar Ryan Omasta
Browse files

shadps4: fix update script

parent 70954f1d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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 = {