Commit c0f5f8be authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by Anderson Torres
Browse files

gamescope: 3.12.3 -> 3.12.5

parent 4934f250
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
}:
let
  pname = "gamescope";
  version = "3.12.3";
  version = "3.12.5";

  vkroots = fetchFromGitHub {
    owner = "Joshua-Ashton";
@@ -49,7 +49,7 @@ stdenv.mkDerivation {
    owner = "ValveSoftware";
    repo = "gamescope";
    rev = "refs/tags/${version}";
    hash = "sha256-eo3c+s+sB20wrzbe2H/pMAYdvKeYOpWwEqmuuLY6ZJA=";
    hash = "sha256-u4pnKd5ZEC3CS3E2i8E8Wposd8Tu4ZUoQXFmr0runwE=";
  };

  patches = [