clasp-common-lisp 2.2.0 -> 2.5.0 https://github.com/clasp-developers/clasp/releases attrpath: clasp-common-lisp 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/development/compilers/clasp/default.nix b/pkgs/development/compilers/clasp/default.nix index 64617d01f156..5921beaa1e77 100644 --- a/pkgs/development/compilers/clasp/default.nix +++ b/pkgs/development/compilers/clasp/default.nix @@ -16,7 +16,7 @@ let inherit (llvmPackages_15) stdenv llvm libclang; - # Gathered from https://github.com/clasp-developers/clasp/raw/2.2.0/repos.sexp + # Gathered from https://github.com/clasp-developers/clasp/raw/2.5.0/repos.sexp dependencies = import ./dependencies.nix { inherit fetchFromGitHub; }; @@ -31,13 +31,13 @@ in stdenv.mkDerivation { pname = "clasp"; - version = "2.2.0"; + version = "2.5.0"; src = fetchFromGitHub { owner = "clasp-developers"; repo = "clasp"; - rev = "2.2.0"; - hash = "sha256-gvUqUb0dftW1miiBcAPJur0wOunox4y2SUYeeJpR9R4="; + rev = "2.5.0"; + hash = "sha256-mS1enJqNQ1iXI2isV2gtEgZvu5Se3jTU07UZ2UlrE70="; }; patches = [ Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A clasp-common-lisp nix build failed. got build log for 'clasp-common-lisp' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/fbfbj2d8pq1dvaa23wdxip4fmqd3vvlh-source source root is source @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/nb9ppgap90300j0fwyapxrimg630mvr7-clasp-pin-repos-commits.patch patching file repos.sexp Hunk #1 FAILED at 5. Hunk #2 FAILED at 23. Hunk #3 succeeded at 148 with fuzz 2 (offset 20 lines). Hunk #4 FAILED at 150. Hunk #5 FAILED at 176. Hunk #6 FAILED at 205. 5 out of 6 hunks FAILED -- saving rejects to file repos.sexp.rej