gamescope: 3.16.20 -> 3.16.22

This commit is contained in:
R. Ryantm
2026-03-17 03:21:46 +00:00
parent b32b62d598
commit 98f1a5ba7a
+2 -2
View File
@@ -62,14 +62,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.16.20";
version = "3.16.22";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-o/mzamXrKxhxlGlYy9zW2VfVh4gHL/eNw4PuK138WYc=";
hash = "sha256-FuQkKguW00yI2w5nCctcxz7e1ZUKSWJOCIS1UMJzsMA=";
};
patches = [