Unverified Commit 5dfbc782 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

conky: 1.18.0 -> 1.19.2

parent bec27fab
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;