about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorEduardo Quiros <eduardo@eduardoquiros.com>2023-08-18 15:10:29 -0600
committerEduardo Quiros <eduardo@eduardoquiros.com>2023-08-18 15:10:29 -0600
commit0fe7b28dcadfd09572b0f056f00b22c697518742 (patch)
tree030273f72a8cba09a19736bfd6049d9911fb63e8 /pkgs/applications/window-managers
parent0e70cb3d0c688a1054b5a08101d8fa9c1519d8d7 (diff)
gamescope: 3.12.0-beta10 -> 3.12.3
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/gamescope/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix
index 5c35894543407..af5b18463ff9c 100644
--- a/pkgs/applications/window-managers/gamescope/default.nix
+++ b/pkgs/applications/window-managers/gamescope/default.nix
@@ -33,7 +33,7 @@
 }:
 let
   pname = "gamescope";
-  version = "3.12.0-beta10";
+  version = "3.12.3";
 
   vkroots = fetchFromGitHub {
     owner = "Joshua-Ashton";
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
     owner = "ValveSoftware";
     repo = "gamescope";
     rev = "refs/tags/${version}";
-    hash = "sha256-31zGo22Z0+zQ81LmzI+Xif9eREzRpS0S9+nK1i/cBCY=";
+    hash = "sha256-eo3c+s+sB20wrzbe2H/pMAYdvKeYOpWwEqmuuLY6ZJA=";
   };
 
   patches = [