Merge pull request #1810 from orbitz/update-to-opam-1.1.1
Add opam 1.1.1
This commit is contained in:
commit
99590f3362
@ -30,13 +30,13 @@ let
|
|||||||
sha256 = "5421559aa12b4debffef947f7e1039c22e9dffd87a4aa68445a687a20764ae81";
|
sha256 = "5421559aa12b4debffef947f7e1039c22e9dffd87a4aa68445a687a20764ae81";
|
||||||
};
|
};
|
||||||
opam = fetchurl {
|
opam = fetchurl {
|
||||||
url = "https://github.com/ocaml/opam/archive/1.1.0.zip";
|
url = "https://github.com/ocaml/opam/archive/1.1.1.zip";
|
||||||
sha256 = "38a5edc1428f9e8e0d13e7017c97e1614dd651b75b4c234c80ff22f103d38bf7";
|
sha256 = "9c69eeb448af5a38950b2664446401ce240b9f028e0b4d26b6ac1a96938a5f03";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "opam-1.1.0";
|
name = "opam-1.1.1";
|
||||||
|
|
||||||
buildInputs = [unzip curl ncurses ocaml];
|
buildInputs = [unzip curl ncurses ocaml];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user