Skip to content

Commit 4c30668

Browse files
authored
Merge pull request #335950 from bbigras/push-kuvxxqzwtsll
gamemode: 1.8.1 -> 1.8.2
2 parents 54e4c5b + 94c9be2 commit 4c30668

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/tools/games/gamemode/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.mkDerivation (finalAttrs: {
2020
pname = "gamemode";
21-
version = "1.8.1";
21+
version = "1.8.2";
2222

2323
src = fetchFromGitHub {
2424
owner = "FeralInteractive";
2525
repo = "gamemode";
2626
rev = "refs/tags/${finalAttrs.version}";
27-
hash = "sha256-kusb58nGxYA3U9GbZdW3hLjA3NmHc+af0VT4iGRewBw=";
27+
hash = "sha256-JkDFhFLUHlgD6RKxlxMjrSF2zQ4AWmRUQMLbWYwIZmg=";
2828
};
2929

3030
outputs = [ "out" "dev" "lib" "man" ];
@@ -69,7 +69,7 @@ stdenv.mkDerivation (finalAttrs: {
6969
"--libexecdir=libexec"
7070
];
7171

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

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

0 commit comments

Comments
 (0)