gamescope: 3.11.39 -> 3.11.43

This commit is contained in:
Timothy DeHerrera 2022-08-27 18:06:43 -06:00
parent da1b01a144
commit b3c82f445c
No known key found for this signature in database
GPG Key ID: E44213186BC9AFE2

View File

@ -26,7 +26,7 @@
}:
let
pname = "gamescope";
version = "3.11.39";
version = "3.11.43";
in
stdenv.mkDerivation {
inherit pname version;
@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-MpJczFZk0syt/CMwAhA7H+01G8E4syFsJGnzD/RneQQ=";
hash = "sha256-XxOVM7xWeE2pF4U34jLvil5+vj+jePHPWHIfw0e/mnM=";
};
patches = [ ./use-pkgconfig.patch ];