mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
Merge pull request #16062 from vbgl/piqi-0.7.5
piqi-ocaml: 0.7.4 -> 0.7.5
This commit is contained in:
commit
4e30ff7368
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, ocaml, findlib, piqi, ulex, easy-format, xmlm, base64, camlp4}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.7.4";
|
||||
version = "0.7.5";
|
||||
name = "piqi-ocaml-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/alavrik/piqi-ocaml/archive/v${version}.tar.gz";
|
||||
sha256 = "064c74f031l847q6s1vilj77n7h7i84jn8c83yid9nha3dssaf7m";
|
||||
sha256 = "0ngz6y8i98i5v2ma8nk6mc83pdsmf2z0ks7m3xi6clfg3zqbddrv";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib piqi base64 camlp4];
|
||||
|
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, ocaml, findlib, camlp4, which, ulex, easy-format, ocaml_optcomp, xmlm, base64}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.6.12";
|
||||
version = "0.6.13";
|
||||
name = "piqi-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/alavrik/piqi/archive/v${version}.tar.gz";
|
||||
sha256 = "1ifnawnblvibf5rgp6gr4f20266dckfrlryikg1iiq3dx2wfl7f8";
|
||||
sha256 = "1whqr2bb3gds2zmrzqnv8vqka9928w4lx6mi6g244kmbwb2h8d8l";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib camlp4 which ocaml_optcomp base64];
|
||||
|
Loading…
Reference in New Issue
Block a user