gamescope: 3.16.12 -> 3.16.14 (#418066)

This commit is contained in:
K900
2025-06-19 10:20:10 +03:00
committed by GitHub
+3 -3
View File
@@ -49,14 +49,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "gamescope";
version = "3.16.12";
version = "3.16.14";
src = fetchFromGitHub {
owner = "ValveSoftware";
repo = "gamescope";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-uh2MHatpgSnEH5LJE+TFCONDM5oxxPPv24vwD/iQh7U=";
hash = "sha256-i1a3nTospbGR/uPbwuM0z6cATANvw3QCFXd99e3tXCs=";
};
patches = [
@@ -89,7 +89,7 @@ stdenv.mkDerivation (finalAttrs: {
# Replace gamescopereeaper with absolute path
substituteInPlace src/Utils/Process.cpp --subst-var-by "gamescopereaper" "$out/bin/gamescopereaper"
patchShebangs default_scripts_install.sh
patchShebangs default_extras_install.sh
'';
mesonFlags = [