conky 1.19.6 -> 1.19.8 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 ab55839c3408..cb36ca71e4f3 100644 --- a/pkgs/os-specific/linux/conky/default.nix +++ b/pkgs/os-specific/linux/conky/default.nix @@ -67,13 +67,13 @@ with lib; stdenv.mkDerivation rec { pname = "conky"; - version = "1.19.6"; + version = "1.19.8"; src = fetchFromGitHub { owner = "brndnmtthws"; repo = "conky"; rev = "v${version}"; - hash = "sha256-L8YSbdk+qQl17L4IRajFD/AEWRXb2w7xH9sM9qPGrQo="; + hash = "sha256-co90+XtuAKE1Sm8yb97H3n6gmv9q+9rexqJ9KzgT4bw="; }; postPatch = '' Received ExitFailure 1 when running Raw command: /nix/store/62fm7r6175k2bgvhc19hn9bdhw90wa3n-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A conky nix build failed. 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 -- Found X11: /nix/store/hkkwx6m0g0hz87ckjzmyvzxj2gr9fnzn-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/zdvnf6b6w5sdgxbzg7v6yrlijml8y4yq-libX11-1.8.7/lib/libX11.so;/nix/store/7zkcm91ylnlip3xp1kn1xrn7d5zqzq1r-libXext-1.3.6/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/zdvnf6b6w5sdgxbzg7v6yrlijml8y4yq-libX11-1.8.7/lib/libX11.so;/nix/store/7zkcm91ylnlip3xp1kn1xrn7d5zqzq1r-libXext-1.3.6/lib/libXext.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found Fontconfig: /nix/store/qnwqnsl37hqkxsg9z88aspg1yaxmgj98-fontconfig-2.15.0-lib/lib/libfontconfig.so (found version "2.15.0") CMake Error at cmake/ConkyPlatformChecks.cmake:425 (message): Unable to find Xinput library Call Stack (most recent call first): CMakeLists.txt:35 (include)  -- Configuring incomplete, errors occurred!