Merge pull request #315252 from r-ryantm/auto-update/gamescope

gamescope: 3.14.16 -> 3.14.18
This commit is contained in:
K900
2024-05-28 08:17:24 +03:00
committed by GitHub
+2 -2
View File
@@ -44,14 +44,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.14.16";
version = "3.14.18";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-tijFVOIMW+nkot/uRP0PNZBYZkZMMt1PcAN5+3SWzW4=";
hash = "sha256-XcefR0wiDHQY7wMX+LQTEntffi2RdMW8m2HNQMz035A=";
};
patches = [