Skip to content

Commit

Permalink
Merge pull request #335950 from bbigras/push-kuvxxqzwtsll
Browse files Browse the repository at this point in the history
gamemode: 1.8.1 -> 1.8.2
  • Loading branch information
kira-bruneau authored Aug 21, 2024
2 parents 54e4c5b + 94c9be2 commit 4c30668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/games/gamemode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "gamemode";
version = "1.8.1";
version = "1.8.2";

src = fetchFromGitHub {
owner = "FeralInteractive";
repo = "gamemode";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-kusb58nGxYA3U9GbZdW3hLjA3NmHc+af0VT4iGRewBw=";
hash = "sha256-JkDFhFLUHlgD6RKxlxMjrSF2zQ4AWmRUQMLbWYwIZmg=";
};

outputs = [ "out" "dev" "lib" "man" ];
Expand Down Expand Up @@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
"--libexecdir=libexec"
];

doCheck = false; # https://github.com/FeralInteractive/gamemode/issues/468
doCheck = true;
nativeCheckInputs = [
appstream
];
Expand All @@ -94,7 +94,7 @@ stdenv.mkDerivation (finalAttrs: {

meta = with lib; {
description = "Optimise Linux system performance on demand";
homepage = "https://github.com/FeralInteractive/gamemode";
homepage = "https://feralinteractive.github.io/gamemode";
changelog = "https://github.com/FeralInteractive/gamemode/blob/${finalAttrs.version}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ kira-bruneau ];
Expand Down

0 comments on commit 4c30668

Please sign in to comment.