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

gamescope: 3.16.1 -> 3.16.2 (#386531)

parents fb3ecbc1 8fcb6f1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -48,14 +48,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "gamescope";
  version = "3.16.1";
  version = "3.16.2";

  src = fetchFromGitHub {
    owner = "ValveSoftware";
    repo = "gamescope";
    tag = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-+0QGt4UADJmZok2LzvL+GBad0t4vVL4HXq27399zH3Y=";
    hash = "sha256-vKl2wYAt051+1IaCGB1ylGa83WTS+neqZwtQ/4MyCck=";
  };

  patches = [