Unverified Commit 9ff30f95 authored by K900's avatar K900 Committed by GitHub
Browse files

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

gamescope: 3.14.26 -> 3.14.29
parents d6ec25fb a36371c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,14 +45,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gamescope";
  version = "3.14.26";
  version = "3.14.29";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-vCPKySLB1D9oKgCrYrXqt/s0hV+/ocuWOrcDUzKbdKI=";
    hash = "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE=";
  };

  patches = [