gamescope: 3.16.3 -> 3.16.4 (#383037)

This commit is contained in:
K900
2025-04-16 18:08:36 +03:00
committed by GitHub
+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 = [