gamescope: 3.15.11 -> 3.15.13

This commit is contained in:
silvanshade 2024-10-25 08:42:56 -06:00
parent f1981c55d1
commit 71583a97f8
No known key found for this signature in database

View File

@ -47,14 +47,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.15.11";
version = "3.15.13";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-O2pxaPDwEr9ko7Zplv65qRUDzIk1Q54Q7Rgs94VkTII=";
hash = "sha256-AePYKdDyAtnVkL8/VeWmhJ3ATZnhyVZcU/QtVpCfTQE=";
};
patches = [