From 0ce5684924f553c65828041a86e7e3e09aeaac29 Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 29 Aug 2024 08:20:34 +0300 Subject: [PATCH] gamescope{,-session}: 3.15.1 -> 3.15.2 gamescope is a two line fix, session is noop --- pkgs/gamescope-session/default.nix | 4 ++-- pkgs/gamescope/default.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/gamescope-session/default.nix b/pkgs/gamescope-session/default.nix index df66c125..22df4e01 100644 --- a/pkgs/gamescope-session/default.nix +++ b/pkgs/gamescope-session/default.nix @@ -105,13 +105,13 @@ let }; in stdenv.mkDerivation(finalAttrs: { pname = "gamescope-session"; - version = "3.15.1-2"; + version = "3.15.2-1"; src = fetchFromGitHub { owner = "Jovian-Experiments"; repo = "PKGBUILDs-mirror"; rev = "jupiter-main/gamescope-${finalAttrs.version}"; - hash = "sha256-iij3kOrBEC7xbtkSOpzcpJSmy6fvnuaL0AkZB+CPG8E="; + hash = "sha256-5FQr33YwWShZOCgceOO4aZz4wRUl/ackb8vvWIq1Nro="; }; patches = [ diff --git a/pkgs/gamescope/default.nix b/pkgs/gamescope/default.nix index 71302b37..d5ac6add 100644 --- a/pkgs/gamescope/default.nix +++ b/pkgs/gamescope/default.nix @@ -6,13 +6,13 @@ # version shipped by the vendor, ensuring feature level is equivalent. gamescope'.overrideAttrs(old: rec { - version = "3.15.1"; + version = "3.15.2"; src = fetchFromGitHub { owner = "ValveSoftware"; repo = "gamescope"; rev = version; fetchSubmodules = true; - hash = "sha256-KhYmaf8esSmHL4o0zdbdqIUwcMQ28XIknvgV+aHyufM="; + hash = "sha256-g6H68dYMmpQYlwhZ6b84yY/qbAP18iNrmYOWf9rL5gc="; }; })