Unverified Commit c04982df authored by K900's avatar K900 Committed by GitHub
Browse files

gamescope: 3.15.5 -> 3.15.9 (#341148)

parents 111ed881 8d7af7c1
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
, lib
, makeBinaryWrapper
, nix-update-script
, writeShellScriptBin
, enableExecutable ? true
, enableWsi ? true
}:
@@ -46,14 +47,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gamescope";
  version = "3.15.5";
  version = "3.15.9";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-H6o0UdJ+wpfy0YY6LDzncWWzUGAMwQC7sHPu5TxHC8I=";
    hash = "sha256-+BRinPyh8t9HboT0uXPEu+sSJz9qCZshlfzDfZDA41Q=";
  };

  patches = [
@@ -98,6 +99,9 @@ stdenv.mkDerivation (finalAttrs: {
    edid-decode
    # For OpenVR
    cmake

    # calls git describe to encode its own version into the build
    (writeShellScriptBin "git" "echo ${finalAttrs.version}")
  ] ++ lib.optionals enableExecutable [
    makeBinaryWrapper
    glslang