gamescope: 3.16.14 -> 3.16.14.2

This commit is contained in:
R. Ryantm 2025-08-01 17:41:03 +00:00
parent 2ea007a23b
commit ba71ac22f2

View File

@ -49,14 +49,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.16.14";
version = "3.16.14.2";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-i1a3nTospbGR/uPbwuM0z6cATANvw3QCFXd99e3tXCs=";
hash = "sha256-l8SK8LQmFK0KeWxag7CX2lnME+HOvGpn4s3FqUNsK1Q=";
};
patches = [