Unverified Commit 75e1bf39 authored by Janik's avatar Janik Committed by GitHub
Browse files

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

parents 795819f9 c4c0a7e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [