gamescope: 3.14.23 -> 3.14.24

This commit is contained in:
Morgan Helton 2024-07-13 12:00:45 -05:00
parent 13b2d037d0
commit 75c2a866c5
No known key found for this signature in database

View File

@ -44,14 +44,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.14.23";
version = "3.14.24";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-qXwCzNGlkGmO3BkQ74tJxufmjh4dUWzIgjHzDCEShU8=";
hash = "sha256-+8uojnfx8V8BiYAeUsOaXTXrlcST83z6Eld7qv1oboE=";
};
patches = [