2022-12-16T08:50:16 impy 0.1 -> 0.2 https://github.com/bcampbell/impy/releases 2022-12-16T08:50:19 attrpath: impy 2022-12-16T08:50:19 Checking auto update branch... 2022-12-16T08:50:19 No auto update branch exists 2022-12-16T08:50:22 [version] 2022-12-16T08:50:24 [version] updated version and sha256 2022-12-16T08:50:24 [rustCrateVersion] 2022-12-16T08:50:24 [rustCrateVersion] No cargoSha256 found 2022-12-16T08:50:24 [golangModuleVersion] 2022-12-16T08:50:24 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-16T08:50:24 [updateScript] 2022-12-16T08:50:24 [updateScript] skipping because derivation has no updateScript 2022-12-16T08:50:24 2022-12-16T08:50:24 [quotedUrls] 2022-12-16T08:50:24 [quotedUrls] nothing found to replace 2022-12-16T08:50:24 Diff after rewrites: diff --git a/pkgs/development/libraries/impy/default.nix b/pkgs/development/libraries/impy/default.nix index 1f5d9070dd3..2c75537814c 100644 --- a/pkgs/development/libraries/impy/default.nix +++ b/pkgs/development/libraries/impy/default.nix @@ -11,13 +11,13 @@ stdenv.mkDerivation rec { pname = "impy"; - version = "0.1"; + version = "0.2"; src = fetchFromGitHub { owner = "bcampbell"; repo = "impy"; rev = "v${version}"; - sha256 = "1h45xjms56radhknspyx17a12dpnm7xgqm1x1chy42aw5ic8b5qf"; + sha256 = "sha256-0bHm3jawYgcIeF2COALWlypX7kvPw1hifB/W+TKcC4M="; }; nativeBuildInputs = [ 2022-12-16T08:51:51 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 impy nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/8r7qzq3jvvdpbq4gfzcgfgzxpafidkkm-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/share/doc/impy -DCMAKE_INSTALL_INFODIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/include -DCMAKE_INSTALL_SBINDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/ranlib -DCMAKE_AR=/nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/ahxj7vr71ma18iqq01cnx8fpx4si5ihh-impy-0.2 CMake Warning: Ignoring extra path from command line: ".."  CMake Error: The source directory "/build/source" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.