conky 1.19.6 -> 1.21.1 https://github.com/brndnmtthws/conky/releases attrpath: conky Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/conky/default.nix b/pkgs/os-specific/linux/conky/default.nix index 0818850f7549..4b1e5589e21f 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -68,13 +68,13 @@ with lib; stdenv.mkDerivation rec { pname = "conky"; - version = "1.19.6"; + version = "1.21.1"; src = fetchFromGitHub { owner = "brndnmtthws"; repo = "conky"; rev = "v${version}"; - hash = "sha256-L8YSbdk+qQl17L4IRajFD/AEWRXb2w7xH9sM9qPGrQo="; + hash = "sha256-QEfkQlvqNdjHTvms4NnycseFHIgC+HueeG4ksgnpvGw="; }; postPatch = optionalString docsSupport '' Received ExitFailure 1 when running Raw command: /nix/store/03a4f9rij2z4mmwprlbip3mrnnfaw0yd-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A conky nix build failed. -- Checking for module 'cairo-xlib' -- Found cairo-xlib, version 1.18.0 Package expat was not found in the pkg-config search path. Perhaps you should add the directory containing `expat.pc' to the PKG_CONFIG_PATH environment variable Package 'expat', required by 'fontconfig', not found Package expat was not found in the pkg-config search path. Perhaps you should add the directory containing `expat.pc' to the PKG_CONFIG_PATH environment variable Package 'expat', required by 'fontconfig', not found Package expat was not found in the pkg-config search path. Perhaps you should add the directory containing `expat.pc' to the PKG_CONFIG_PATH environment variable Package 'expat', required by 'fontconfig', not found Package expat was not found in the pkg-config search path. Perhaps you should add the directory containing `expat.pc' to the PKG_CONFIG_PATH environment variable Package 'expat', required by 'fontconfig', not found -- Checking for one of the modules 'imlib2;Imlib2' -- Checking for one of the modules 'libsystemd>=205;libsystemd-journal>=205' -- Checking for module 'libcurl' -- Found libcurl, version 8.7.1 -- Found LibXml2: /nix/store/kf7fzax0av9him9m4zcmbqmihh5108wq-libxml2-2.12.7/lib/libxml2.so (found version "2.12.7") CMake Error at cmake/ConkyPlatformChecks.cmake:676 (message): Unable to find program 'gperf' (required at build-time as of Conky v1.20.2) Call Stack (most recent call first): CMakeLists.txt:35 (include)  -- Configuring incomplete, errors occurred!