Merge pull request #191304 from r-ryantm/auto-update/gamescope

gamescope: 3.11.43 -> 3.11.45-2
This commit is contained in:
Timothy DeHerrera 2022-09-15 11:41:45 -06:00 committed by GitHub
commit a529c28659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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