clpeak 1.1.0 -> 1.1.2 https://repology.org/project/clpeak/versions attrpath: clpeak 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/tools/misc/clpeak/default.nix b/pkgs/tools/misc/clpeak/default.nix index 4539602320f3..5850a9a2ebc8 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 = [ 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 clpeak nix build failed. got build log for 'clpeak' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/sbf9hvv42rjmsj28v4y5mmifng0rxjgq-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase 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