gamescope: 3.11.47 -> 3.11.48

This commit is contained in:
Zhaofeng Li 2022-10-30 12:27:04 -06:00
parent 104e8082de
commit 1cd7d0b232

View File

@ -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 ];