Skip to content

Commit

Permalink
gamescope: 3.14.28 -> 3.14.29
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Aug 9, 2024
1 parent 5502640 commit fc3edf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/gamescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit fc3edf3

Please sign in to comment.