mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
piqi: 0.6.12 -> 0.6.13
This commit is contained in:
parent
1048d3ddd3
commit
909f83f9f8
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl, ocaml, findlib, camlp4, which, ulex, easy-format, ocaml_optcomp, xmlm, base64}:
|
{stdenv, fetchurl, ocaml, findlib, camlp4, which, ulex, easy-format, ocaml_optcomp, xmlm, base64}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.6.12";
|
version = "0.6.13";
|
||||||
name = "piqi-${version}";
|
name = "piqi-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/alavrik/piqi/archive/v${version}.tar.gz";
|
url = "https://github.com/alavrik/piqi/archive/v${version}.tar.gz";
|
||||||
sha256 = "1ifnawnblvibf5rgp6gr4f20266dckfrlryikg1iiq3dx2wfl7f8";
|
sha256 = "1whqr2bb3gds2zmrzqnv8vqka9928w4lx6mi6g244kmbwb2h8d8l";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ocaml findlib camlp4 which ocaml_optcomp base64];
|
buildInputs = [ocaml findlib camlp4 which ocaml_optcomp base64];
|
||||||
|
Loading…
Reference in New Issue
Block a user