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

gamescope: 3.14.13 -> 3.14.15
This commit is contained in:
K900 2024-05-16 12:54:27 +03:00 committed by GitHub
commit 4ff362e710
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,14 +44,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.14.13";
version = "3.14.15";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-oBOD4kGrZaiAoK1vmr9FB9igMnraNpm0+mHqezHwC78=";
hash = "sha256-K7Sz5HWelHZoc6gPFBDfymjn8P7mWNX6FuyaL4t6qeI=";
};
patches = [