gamescope: 3.11.45-2 -> 3.11.47

This commit is contained in:
Zhaofeng Li 2022-10-02 02:53:45 -06:00
parent 10ecda252c
commit d8bdc24f21

View file

@ -26,7 +26,7 @@
}: }:
let let
pname = "gamescope"; pname = "gamescope";
version = "3.11.45-2"; version = "3.11.47";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
inherit pname version; inherit pname version;
@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman"; owner = "Plagman";
repo = "gamescope"; repo = "gamescope";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-OLPwUELahqzmOBPvJg8pm556RH+H6TzRD9PHLnM2Ruc="; hash = "sha256-GkvujrYc7dBbsGqeG0THqtEAox+VZ3DoWQK4gkHo+ds=";
}; };
patches = [ ./use-pkgconfig.patch ]; patches = [ ./use-pkgconfig.patch ];