Merge pull request #243041 from SFrijters/conky-1.19.2

conky: 1.18.0 -> 1.19.2

authored by Weijia Wang and committed by GitHub 95fdc5d8 7dd33e19

+4 -4
+4 -4
pkgs/os-specific/linux/conky/default.nix
··· 67 67 68 68 stdenv.mkDerivation rec { 69 69 pname = "conky"; 70 - version = "1.18.0"; 70 + version = "1.19.2"; 71 71 72 72 src = fetchFromGitHub { 73 73 owner = "brndnmtthws"; 74 74 repo = "conky"; 75 75 rev = "v${version}"; 76 - sha256 = "sha256-a0RGgX325NztDcQwg9+ibxOstU0MSS3eSTaljgt9qPQ="; 76 + hash = "sha256-AKU2kHYwhSmNrqZQWLmY82U+WQiuYiZKCJC5c0jG3KQ="; 77 77 }; 78 - 79 78 80 79 postPatch = '' 81 80 sed -i -e '/include.*CheckIncludeFile)/i include(CheckIncludeFiles)' \ ··· 139 138 doCheck = true; 140 139 141 140 meta = with lib; { 142 - homepage = "https://conky.sourceforge.net/"; 141 + homepage = "https://conky.cc"; 142 + changelog = "https://github.com/brndnmtthws/conky/releases/tag/v${version}"; 143 143 description = "Advanced, highly configurable system monitor based on torsmo"; 144 144 maintainers = [ maintainers.guibert ]; 145 145 license = licenses.gpl3Plus;