File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/tools/games/gamemode Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments