2022-10-31T09:39:17 ezstream 0.6.0 -> 1.0.2 https://repology.org/metapackage/ezstream/versions 2022-10-31T09:39:19 attrpath: ezstream 2022-10-31T09:39:19 Checking auto update branch... 2022-10-31T09:39:19 No auto update branch exists 2022-10-31T09:39:23 [version] 2022-10-31T09:39:27 [version] updated version and sha256 2022-10-31T09:39:27 [rustCrateVersion] 2022-10-31T09:39:27 [rustCrateVersion] No cargoSha256 found 2022-10-31T09:39:27 [golangModuleVersion] 2022-10-31T09:39:27 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-10-31T09:39:27 [updateScript] 2022-10-31T09:39:27 [updateScript] skipping because derivation has no updateScript 2022-10-31T09:39:27 2022-10-31T09:39:27 [quotedUrls] 2022-10-31T09:39:27 [quotedUrls] nothing found to replace 2022-10-31T09:39:27 Diff after rewrites: diff --git a/pkgs/tools/audio/ezstream/default.nix b/pkgs/tools/audio/ezstream/default.nix index ee85f1aabd3..011aaa68b78 100644 --- a/pkgs/tools/audio/ezstream/default.nix +++ b/pkgs/tools/audio/ezstream/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "ezstream"; - version = "0.6.0"; + version = "1.0.2"; src = fetchurl { url = "https://ftp.osuosl.org/pub/xiph/releases/ezstream/${pname}-${version}.tar.gz"; - sha256 = "f86eb8163b470c3acbc182b42406f08313f85187bd9017afb8b79b02f03635c9"; + sha256 = "sha256-Ed6Jf0ValbpYVGvc1AqV072mmGbsX3h5qDsCQSbFTCo="; }; buildInputs = [ libiconv libshout taglib libxml2 ]; 2022-10-31T09:41:06 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ezstream nix build failed. checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking pkg-config is at least version 0.9.0... yes checking for CHECK... no configure: error: Package requirements (check >= 0.9.4) were not met: No package 'check' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables CHECK_CFLAGS and CHECK_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.