gamescope: 3.16.3 -> 3.16.4

This commit is contained in:
R. Ryantm
2025-04-16 14:11:49 +00:00
parent 4513971596
commit 9e1f33d1c9
+2 -2
View File
@@ -48,14 +48,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.16.3";
version = "3.16.4";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-4Pbyv+EAgwjabVJ4oW3jSmi0Rzpe+BxCN8mM5/beEco=";
hash = "sha256-2AxqvZA1eZaJFKMfRljCIcP0M2nMngw0FQiXsfBW7IA=";
};
patches = [