Merge pull request #198700 from zhaofengli/gamescope-3.11.48

gamescope: 3.11.47 -> 3.11.48
This commit is contained in:
Timothy DeHerrera
2022-10-30 13:35:21 -06:00
committed by GitHub
@@ -26,7 +26,7 @@
}:
let
pname = "gamescope";
version = "3.11.47";
version = "3.11.48";
in
stdenv.mkDerivation {
inherit pname version;
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-GkvujrYc7dBbsGqeG0THqtEAox+VZ3DoWQK4gkHo+ds=";
hash = "sha256-/a0fW0NVIrg9tuK+mg+D+IOcq3rJJxKdFwspM1ZRR9M=";
};
patches = [ ./use-pkgconfig.patch ];