From fc3edf3af5b9cc3106aa9f500f82dac1d8804f4f Mon Sep 17 00:00:00 2001 From: K900 Date: Fri, 9 Aug 2024 16:00:08 +0300 Subject: [PATCH] gamescope: 3.14.28 -> 3.14.29 --- pkgs/gamescope/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ];