Unverified Commit 1e1044ae authored by K900's avatar K900 Committed by GitHub
Browse files

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

gamescope: 3.14.16 -> 3.14.18
parents 887fdbc8 29356d66
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,14 +44,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gamescope";
  version = "3.14.16";
  version = "3.14.18";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-tijFVOIMW+nkot/uRP0PNZBYZkZMMt1PcAN5+3SWzW4=";
    hash = "sha256-XcefR0wiDHQY7wMX+LQTEntffi2RdMW8m2HNQMz035A=";
  };

  patches = [