Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 95f568b9bd81
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fe99c0424f96
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 27, 2019

  1. ocamlPackages.ocaml_extlib: 1.7.5 -> 1.7.6

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/ocaml4.06.1-extlib/versions
    r-ryantm authored and vbgl committed Mar 27, 2019
    Copy the full SHA
    fe99c04 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/ocaml-modules/extlib/default.nix
6 changes: 3 additions & 3 deletions pkgs/development/ocaml-modules/extlib/default.nix
Original file line number Diff line number Diff line change
@@ -3,11 +3,11 @@
assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "3.11";

stdenv.mkDerivation {
name = "ocaml${ocaml.version}-extlib-1.7.5";
name = "ocaml${ocaml.version}-extlib-1.7.6";

src = fetchurl {
url = http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.5.tar.gz;
sha256 = "19slqf5bdj0rrph2w41giwmn6df2qm07942jn058pjkjrnk30d4s";
url = http://ygrek.org.ua/p/release/ocaml-extlib/extlib-1.7.6.tar.gz;
sha256 = "0wfs20v1yj5apdbj7214wdsr17ayh0qqq7ihidndvc8nmmwfa1dz";
};

buildInputs = [ ocaml findlib cppo ];