opam: 2.0.6 -> 2.0.7
This commit is contained in:
parent
6a03fa96ea
commit
05cfa5ff99
@ -55,13 +55,13 @@ let
|
|||||||
sha256 = "02lb2d9i12bxrz2ba5wygk2bycan316skqlyri0597q7j9210g8r";
|
sha256 = "02lb2d9i12bxrz2ba5wygk2bycan316skqlyri0597q7j9210g8r";
|
||||||
};
|
};
|
||||||
opam = fetchurl {
|
opam = fetchurl {
|
||||||
url = "https://github.com/ocaml/opam/archive/2.0.6.zip";
|
url = "https://github.com/ocaml/opam/archive/2.0.7.zip";
|
||||||
sha256 = "076070qwf7rqp5bh0mmgc5b3vyihgp4qpkd6fscxzya4in66bzf8";
|
sha256 = "03yxj4hw9p5dh34b1yzl3xd0l1v2l2az0n7ix453yjrkn0wn0xic";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "opam";
|
pname = "opam";
|
||||||
version = "2.0.6";
|
version = "2.0.7";
|
||||||
|
|
||||||
buildInputs = [ unzip curl ncurses ocaml makeWrapper getconf ] ++ lib.optional stdenv.isLinux bubblewrap;
|
buildInputs = [ unzip curl ncurses ocaml makeWrapper getconf ] ++ lib.optional stdenv.isLinux bubblewrap;
|
||||||
|
|
||||||
@ -117,4 +117,4 @@ in stdenv.mkDerivation {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# Generated by: ./opam.nix.pl -v 2.0.6 -p opam-shebangs.patch
|
# Generated by: ./opam.nix.pl -v 2.0.7 -p opam-shebangs.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user