gamescope: 3.14.26 -> 3.14.29

This commit is contained in:
R. Ryantm 2024-08-10 18:58:12 +00:00
parent 8987be1fef
commit a36371c97d

View File

@ -45,14 +45,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.14.26";
version = "3.14.29";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-vCPKySLB1D9oKgCrYrXqt/s0hV+/ocuWOrcDUzKbdKI=";
hash = "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE=";
};
patches = [