Skip to content

Commit

Permalink
gamescope: 3.11.33-jupiter-3.3-2 -> 3.11.39
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdxp authored and bjornfor committed Aug 23, 2022
1 parent adeb76b commit 273d186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/window-managers/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
, udev
, pixman
, libinput
, libseat
, seatd
, xwayland
, glslang
, stb
Expand All @@ -26,7 +26,7 @@
}:
let
pname = "gamescope";
version = "3.11.33-jupiter-3.3-2";
version = "3.11.39";
in
stdenv.mkDerivation {
inherit pname version;
Expand All @@ -35,7 +35,7 @@ stdenv.mkDerivation {
owner = "Plagman";
repo = "gamescope";
rev = "refs/tags/${version}";
hash = "sha256-6/gTsQGZDQPCdmXe5EI9QcT/MkdTf6odsI2/+g/W7Qc=";
hash = "sha256-MpJczFZk0syt/CMwAhA7H+01G8E4syFsJGnzD/RneQQ=";
};

patches = [ ./use-pkgconfig.patch ];
Expand Down Expand Up @@ -65,7 +65,7 @@ stdenv.mkDerivation {
wayland-protocols
wlroots
xwayland
libseat
seatd
libinput
libxkbcommon
udev
Expand Down

0 comments on commit 273d186

Please sign in to comment.