diff --git a/pkgs/gamescope/default.nix b/pkgs/gamescope/default.nix index ebb95a16..e155922f 100644 --- a/pkgs/gamescope/default.nix +++ b/pkgs/gamescope/default.nix @@ -7,14 +7,14 @@ # version shipped by the vendor, ensuring feature level is equivalent. gamescope'.overrideAttrs(old: rec { - version = "3.14.28"; + version = "3.14.29"; src = fetchFromGitHub { owner = "ValveSoftware"; repo = "gamescope"; rev = version; fetchSubmodules = true; - hash = "sha256-0dE98/Tr1yDPEvQ/n/44i3sv78lXp/rnnIKalKHIxUY="; + hash = "sha256-q3HEbFqUeNczKYUlou+quxawCTjpM5JNLrML84tZVYE="; }; buildInputs = old.buildInputs ++ [ lcms ];