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

Merge pull request #332352 from devusb/gamescope

gamescope: 3.14.24 -> 3.14.26
parents 16f6d7b9 b7d82aa9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
, stb
, wlroots
, libdecor
, lcms
, lib
, makeBinaryWrapper
, patchelfUnstable
@@ -44,14 +45,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gamescope";
  version = "3.14.24";
  version = "3.14.26";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-+8uojnfx8V8BiYAeUsOaXTXrlcST83z6Eld7qv1oboE=";
    hash = "sha256-vCPKySLB1D9oKgCrYrXqt/s0hV+/ocuWOrcDUzKbdKI=";
  };

  patches = [
@@ -132,6 +133,7 @@ stdenv.mkDerivation (finalAttrs: {
    pixman
    libcap
    stb
    lcms
  ]);

  postInstall = lib.optionalString enableExecutable ''