3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #194037 from zhaofengli/gamescope-3.11.47

gamescope: 3.11.45-2 -> 3.11.47
This commit is contained in:
Jörg Thalheim 2022-10-02 11:42:10 +02:00 committed by GitHub
commit 93c036e47b
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.45-2";
version = "3.11.47";
in
stdenv.mkDerivation {
inherit pname version;
@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-OLPwUELahqzmOBPvJg8pm556RH+H6TzRD9PHLnM2Ruc=";
hash = "sha256-GkvujrYc7dBbsGqeG0THqtEAox+VZ3DoWQK4gkHo+ds=";
};
patches = [ ./use-pkgconfig.patch ];