ocamlPackages.pgsolver 4.1 -> 4.3 https://github.com/tcsprojects/pgsolver/releases attrpath: ocamlPackages.pgsolver 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/ocaml-modules/pgsolver/default.nix b/pkgs/development/ocaml-modules/pgsolver/default.nix index 4bf765bc9cfc..27285d727a8d 100644 --- a/pkgs/development/ocaml-modules/pgsolver/default.nix +++ b/pkgs/development/ocaml-modules/pgsolver/default.nix @@ -2,13 +2,13 @@ buildOasisPackage rec { pname = "pgsolver"; - version = "4.1"; + version = "4.3"; src = fetchFromGitHub { owner = "tcsprojects"; repo = "pgsolver"; rev = "v${version}"; - sha256 = "16skrn8qql9djpray25xv66rjgfl20js5wqnxyq1763nmyizyj8a"; + sha256 = "sha256-Q1D5TYjCBGimlLECZ5OBqg2eThip2qlPx4bCvDNaIa8="; }; buildInputs = [ ounit ]; Received ExitFailure 1 when running Raw command: /nix/store/1rkn4zznmzlzqihnvwz9phqjnifa099k-nix-2.18.4/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A ocamlPackages.pgsolver Received ExitFailure 1 when running Raw command: /nix/store/1rkn4zznmzlzqihnvwz9phqjnifa099k-nix-2.18.4/bin/nix --extra-experimental-features nix-command log -f . ocamlPackages.pgsolver Standard output: error: … while calling the 'derivationStrict' builtin at /builtin/derivation.nix:9:12: (source not available) … while evaluating derivation 'ocaml5.1.1-pgsolver-4.3' whose name attribute is located at /var/cache/nixpkgs-update/worker/worktree/ocamlPackages.pgsolver/pkgs/stdenv/generic/make-derivation.nix:332:7 … while evaluating attribute 'nativeBuildInputs' of derivation 'ocaml5.1.1-pgsolver-4.3' at /var/cache/nixpkgs-update/worker/worktree/ocamlPackages.pgsolver/pkgs/stdenv/generic/make-derivation.nix:376:7: 375| depsBuildBuild = elemAt (elemAt dependencies 0) 0; 376| nativeBuildInputs = elemAt (elemAt dependencies 0) 1; | ^ 377| depsBuildTarget = elemAt (elemAt dependencies 0) 2; (stack trace truncated; use '--show-trace' to show the full trace) error: ocamlmod is not available for OCaml ≥ 5.0