summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTimothy DeHerrera <tim.deh@pm.me>2022-11-19 10:05:19 -0700
committerGitHub <noreply@github.com>2022-11-19 10:05:19 -0700
commit647c745cc560583fa1240de34f45191c1eace0a8 (patch)
treedff3f8c483e72b80adc3801b6db23eae166e95f8 /pkgs
parent070f758cdcdf4822f9a7cb8a93961279326d47ef (diff)
parent85af835f5454ef5219de1f0903e06a41bd4ab128 (diff)
Merge pull request #201732 from zhaofengli/gamescope-3.11.49
gamescope: 3.11.48 -> 3.11.49
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/window-managers/gamescope/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix
index 7e4003c68046f..7fdffc27f6526 100644
--- a/pkgs/applications/window-managers/gamescope/default.nix
+++ b/pkgs/applications/window-managers/gamescope/default.nix
@@ -26,7 +26,7 @@
 }:
 let
   pname = "gamescope";
-  version = "3.11.48";
+  version = "3.11.49";
 in
 stdenv.mkDerivation {
   inherit pname version;
@@ -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 ];
@@ -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;
   };
 }