Unverified Commit 970c3ff3 authored by K900's avatar K900 Committed by GitHub
Browse files

Merge pull request #310090 from Scrumplex/pkgs/gamescope/3.14.13

gamescope: 3.14.11 -> 3.14.13
parents 27ac1e13 0f15aa9d
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.11";
  version = "3.14.13";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-Ex4uJ50EiX9ZVzmndygxET0wZmPtPB4Ditjq5bdhKTQ=";
    hash = "sha256-oBOD4kGrZaiAoK1vmr9FB9igMnraNpm0+mHqezHwC78=";
  };

  patches = [