From 1cd7d0b232d5cd2d04f4edaa58e856d27c17ab79 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 30 Oct 2022 12:27:04 -0600 Subject: [PATCH] gamescope: 3.11.47 -> 3.11.48 --- 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 f6660b3c0c8f..7e4003c68046 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.47"; + version = "3.11.48"; in stdenv.mkDerivation { inherit pname version; @@ -35,7 +35,7 @@ stdenv.mkDerivation { owner = "Plagman"; repo = "gamescope"; rev = "refs/tags/${version}"; - hash = "sha256-GkvujrYc7dBbsGqeG0THqtEAox+VZ3DoWQK4gkHo+ds="; + hash = "sha256-/a0fW0NVIrg9tuK+mg+D+IOcq3rJJxKdFwspM1ZRR9M="; }; patches = [ ./use-pkgconfig.patch ];