mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
ocamlPackages.utop: 2.4.1 → 2.4.2
Ensures compatibility with OCaml 4.09
This commit is contained in:
parent
b8ff7bc092
commit
348c8947e0
|
@ -8,11 +8,11 @@ else
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "utop";
|
||||
version = "2.4.1";
|
||||
version = "2.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/diml/utop/archive/${version}.tar.gz";
|
||||
sha256 = "0kbg7sfn7jaic7xcy7dm543yzsywirxbgpiv2rzwnp9ny2510f9g";
|
||||
sha256 = "0fl8524vmxb9yxjwrh5varvfp0ff3sgfp627knwbxxr69w45ad8h";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue