Unverified Commit c9f4f178 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

shadps4: fix update script (#412032)

parents a6dc557d f9ceab72
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 = {