gamescope: 3.11.43 -> 3.11.45-2

This commit is contained in:
R. Ryantm 2022-09-15 09:43:17 +00:00 committed by Timothy DeHerrera
parent ee55809e31
commit 2d34208520
No known key found for this signature in database
GPG key ID: E44213186BC9AFE2

View file

@ -26,7 +26,7 @@
}: }:
let let
pname = "gamescope"; pname = "gamescope";
version = "3.11.43"; version = "3.11.45-2";
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-XxOVM7xWeE2pF4U34jLvil5+vj+jePHPWHIfw0e/mnM="; hash = "sha256-OLPwUELahqzmOBPvJg8pm556RH+H6TzRD9PHLnM2Ruc=";
}; };
patches = [ ./use-pkgconfig.patch ]; patches = [ ./use-pkgconfig.patch ];