conky 1.19.6 -> 1.19.8 https://repology.org/project/conky/versions 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..e49863c62f1e 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.19.8"; src = fetchFromGitHub { owner = "brndnmtthws"; repo = "conky"; rev = "v${version}"; - hash = "sha256-L8YSbdk+qQl17L4IRajFD/AEWRXb2w7xH9sM9qPGrQo="; + hash = "sha256-co90+XtuAKE1Sm8yb97H3n6gmv9q+9rexqJ9KzgT4bw="; }; postPatch = optionalString docsSupport '' Received ExitFailure 1 when running Raw command: /nix/store/cydbsmqkxk30didm1rlz8ffk5wfa9gva-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. 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/67n916xpbam6vvwq4wbls5y0lz005wkq-xorgproto-2023.2/include -- Looking for XOpenDisplay in /nix/store/8m69p7c5cjsrhh49mykh62vz8vmp0diw-libX11-1.8.7/lib/libX11.so;/nix/store/9wi57z48m80s40j1bzh2wnpvpi0v4y38-libXext-1.3.6/lib/libXext.so -- Looking for XOpenDisplay in /nix/store/8m69p7c5cjsrhh49mykh62vz8vmp0diw-libX11-1.8.7/lib/libX11.so;/nix/store/9wi57z48m80s40j1bzh2wnpvpi0v4y38-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/9x1qsbkz0z511850if7585r1l7g3jz4d-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!