2022-11-06T23:39:39 clpeak 1.1.0 -> 1.1.2 https://github.com/krrishnarraj/clpeak/releases 2022-11-06T23:39:42 attrpath: clpeak 2022-11-06T23:39:42 Checking auto update branch... 2022-11-06T23:39:42 No auto update branch exists 2022-11-06T23:39:46 [version] 2022-11-06T23:39:50 [version] updated version and sha256 2022-11-06T23:39:50 [rustCrateVersion] 2022-11-06T23:39:50 [rustCrateVersion] No cargoSha256 found 2022-11-06T23:39:50 [golangModuleVersion] 2022-11-06T23:39:50 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-06T23:39:50 [updateScript] 2022-11-06T23:39:50 [updateScript] skipping because derivation has no updateScript 2022-11-06T23:39:50 2022-11-06T23:39:50 [quotedUrls] 2022-11-06T23:39:50 [quotedUrls] nothing found to replace 2022-11-06T23:39:50 Diff after rewrites: diff --git a/pkgs/tools/misc/clpeak/default.nix b/pkgs/tools/misc/clpeak/default.nix index c87729d81ae..deec15aefc0 100644 --- a/pkgs/tools/misc/clpeak/default.nix +++ b/pkgs/tools/misc/clpeak/default.nix @@ -2,14 +2,14 @@ stdenv.mkDerivation rec { pname = "clpeak"; - version = "1.1.0"; + version = "1.1.2"; src = fetchFromGitHub { owner = "krrishnarraj"; repo = "clpeak"; rev = version; fetchSubmodules = true; - sha256 = "1wkjpvn4r89c3y06rv7gfpwpqw6ljmqwz0w0mljl9y5hn1r4pkx2"; + sha256 = "sha256-4ao9nYxhstHunpU5/B1bOMDtF8JxFvEMUX2zMnvfyJw="; }; patches = [ 2022-11-06T23:41:25 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 clpeak nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/sbf9hvv42rjmsj28v4y5mmifng0rxjgq-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/xzvklw5mdfrqkkag25azh4y3ick25jg1-clpeak-clhpp2.diff patching file CMakeLists.txt Hunk #1 FAILED at 22. 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej patching file include/clpeak.h Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file include/clpeak.h.rej patching file include/common.h Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file include/common.h.rej patching file src/clpeak.cpp Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file src/clpeak.cpp.rej