Skip to content

Commit

Permalink
Merge pull request NixOS#201732 from zhaofengli/gamescope-3.11.49
Browse files Browse the repository at this point in the history
gamescope: 3.11.48 -> 3.11.49
  • Loading branch information
nrdxp authored Nov 19, 2022
2 parents 070f758 + 85af835 commit 647c745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}:
let
pname = "gamescope";
version = "3.11.48";
version = "3.11.49";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-/a0fW0NVIrg9tuK+mg+D+IOcq3rJJxKdFwspM1ZRR9M=";
hash = "sha256-GRq/b013wFRHzFz2YCulJRtcwzX/dhJKd8dkATSLug0=";
};

patches = [ ./use-pkgconfig.patch ];
Expand Down Expand Up @@ -85,7 +85,7 @@ stdenv.mkDerivation {
description = "SteamOS session compositing window manager";
homepage = "https://github.com/Plagman/gamescope";
license = licenses.bsd2;
maintainers = with maintainers; [ nrdxp ];
maintainers = with maintainers; [ nrdxp zhaofengli ];
platforms = platforms.linux;
};
}

0 comments on commit 647c745

Please sign in to comment.