Merge pull request #244641 from Scrumplex/gamescope-3.12.0-beta10

This commit is contained in:
Janik 2023-07-25 10:35:17 +02:00 committed by GitHub
commit 75e1bf396e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@
}:
let
pname = "gamescope";
version = "3.12.0-beta9";
version = "3.12.0-beta10";
vkroots = fetchFromGitHub {
owner = "Joshua-Ashton";
@ -49,7 +49,7 @@ stdenv.mkDerivation {
owner = "ValveSoftware";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-nPFHMRp3uq2CIxY3EdaoTltqyb5z0kFwXw5U9ajbrfo=";
hash = "sha256-31zGo22Z0+zQ81LmzI+Xif9eREzRpS0S9+nK1i/cBCY=";
};
patches = [