diff --git a/pkgs/gamescope-session/default.nix b/pkgs/gamescope-session/default.nix index 8709985a..1fe60276 100644 --- a/pkgs/gamescope-session/default.nix +++ b/pkgs/gamescope-session/default.nix @@ -104,13 +104,13 @@ let }; in stdenv.mkDerivation(finalAttrs: { pname = "gamescope-session"; - version = "3.14.20-1"; + version = "3.14.22-1"; src = fetchFromGitHub { owner = "Jovian-Experiments"; repo = "PKGBUILDs-mirror"; rev = "jupiter-main/gamescope-${finalAttrs.version}"; - hash = "sha256-bF0Lw8af6OwY/dJAdP0YXRm2ZmAEp6vONuoeqi2tFqA="; + hash = "sha256-f0WVdltgr/shI4BiJ8f5PqmfA7jxVNQs1JUsa2a8EN8="; }; patches = [ diff --git a/pkgs/gamescope/default.nix b/pkgs/gamescope/default.nix index 31252c0e..035c26cc 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.20"; + version = "3.14.22"; src = fetchFromGitHub { owner = "ValveSoftware"; repo = "gamescope"; rev = version; fetchSubmodules = true; - hash = "sha256-kpJUghNbcbXk2V64SkzYq0+aHK62clQGXTn532Nt9ck="; + hash = "sha256-/muitEE3LCU6Xnjbpczb/zy2JRvUbBPT5L13T/v3MvE="; }; # Force vendored OpenVR