opam: 2.0.2 -> 2.0.4
This commit is contained in:
parent
0360256717
commit
a5a56e516c
@ -55,13 +55,13 @@ let
|
|||||||
sha256 = "02lb2d9i12bxrz2ba5wygk2bycan316skqlyri0597q7j9210g8r";
|
sha256 = "02lb2d9i12bxrz2ba5wygk2bycan316skqlyri0597q7j9210g8r";
|
||||||
};
|
};
|
||||||
opam = fetchurl {
|
opam = fetchurl {
|
||||||
url = "https://github.com/ocaml/opam/archive/2.0.2.zip";
|
url = "https://github.com/ocaml/opam/archive/2.0.4.zip";
|
||||||
sha256 = "0hxf0ns3si03rl7dxix7i30limbl50ffyvdyk9bqqms4ir8dcza6";
|
sha256 = "1312nc9s4h0vksiimz7jsv3zw17fa05p6mdx23s5sii0qspvnx8c";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "opam-${version}";
|
name = "opam-${version}";
|
||||||
version = "2.0.2";
|
version = "2.0.4";
|
||||||
|
|
||||||
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 rec {
|
|||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# Generated by: ./opam.nix.pl -v 2.0.2 -p opam-shebangs.patch
|
# Generated by: ./opam.nix.pl -v 2.0.4 -p opam-shebangs.patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user