mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 16:34:15 +03:00
opam: 2.0.6 -> 2.0.7
This commit is contained in:
parent
6a03fa96ea
commit
05cfa5ff99
@ -55,13 +55,13 @@ let
|
||||
sha256 = "02lb2d9i12bxrz2ba5wygk2bycan316skqlyri0597q7j9210g8r";
|
||||
};
|
||||
opam = fetchurl {
|
||||
url = "https://github.com/ocaml/opam/archive/2.0.6.zip";
|
||||
sha256 = "076070qwf7rqp5bh0mmgc5b3vyihgp4qpkd6fscxzya4in66bzf8";
|
||||
url = "https://github.com/ocaml/opam/archive/2.0.7.zip";
|
||||
sha256 = "03yxj4hw9p5dh34b1yzl3xd0l1v2l2az0n7ix453yjrkn0wn0xic";
|
||||
};
|
||||
};
|
||||
in stdenv.mkDerivation {
|
||||
pname = "opam";
|
||||
version = "2.0.6";
|
||||
version = "2.0.7";
|
||||
|
||||
buildInputs = [ unzip curl ncurses ocaml makeWrapper getconf ] ++ lib.optional stdenv.isLinux bubblewrap;
|
||||
|
||||
@ -117,4 +117,4 @@ in stdenv.mkDerivation {
|
||||
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…
Reference in New Issue
Block a user