From d8bdc24f2162dc737d7a6447a4fe7184b5af1bb7 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 2 Oct 2022 02:53:45 -0600 Subject: [PATCH] gamescope: 3.11.45-2 -> 3.11.47 --- pkgs/applications/window-managers/gamescope/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/gamescope/default.nix b/pkgs/applications/window-managers/gamescope/default.nix index f4392408c9e6..f6660b3c0c8f 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.45-2"; + version = "3.11.47"; in stdenv.mkDerivation { inherit pname version; @@ -35,7 +35,7 @@ stdenv.mkDerivation { owner = "Plagman"; repo = "gamescope"; rev = "refs/tags/${version}"; - hash = "sha256-OLPwUELahqzmOBPvJg8pm556RH+H6TzRD9PHLnM2Ruc="; + hash = "sha256-GkvujrYc7dBbsGqeG0THqtEAox+VZ3DoWQK4gkHo+ds="; }; patches = [ ./use-pkgconfig.patch ];