conky: 1.18.0 -> 1.19.2

This commit is contained in:
Stefan Frijters 2023-07-12 12:12:40 +02:00
parent bec27fabee
commit 5dfbc782c1
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -67,16 +67,15 @@ with lib;
stdenv.mkDerivation rec {
pname = "conky";
version = "1.18.0";
version = "1.19.2";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "sha256-a0RGgX325NztDcQwg9+ibxOstU0MSS3eSTaljgt9qPQ=";
hash = "sha256-AKU2kHYwhSmNrqZQWLmY82U+WQiuYiZKCJC5c0jG3KQ=";
};
postPatch = ''
sed -i -e '/include.*CheckIncludeFile)/i include(CheckIncludeFiles)' \
cmake/ConkyPlatformChecks.cmake
@ -139,7 +138,8 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = with lib; {
homepage = "https://conky.sourceforge.net/";
homepage = "https://conky.cc";
changelog = "https://github.com/brndnmtthws/conky/releases/tag/v${version}";
description = "Advanced, highly configurable system monitor based on torsmo";
maintainers = [ maintainers.guibert ];
license = licenses.gpl3Plus;