mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
ocamlPackages.jsonm: 1.0.0 -> 1.0.1
This commit is contained in:
parent
4e548d2717
commit
8fd3645e1b
@ -1,13 +1,13 @@
|
||||
{ stdenv, fetchurl, ocaml, findlib, ocamlbuild, topkg, opam, uutf }:
|
||||
|
||||
let version = "1.0.0"; in
|
||||
let version = "1.0.1"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml${ocaml.version}-jsonm-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://erratique.ch/software/jsonm/releases/jsonm-${version}.tbz";
|
||||
sha256 = "1v3ln6d965lplj28snjdqdqablpp1kx8bw2cfx0m6i157mqyln62";
|
||||
sha256 = "1176dcmxb11fnw49b7yysvkjh0kpzx4s48lmdn5psq9vshp5c29w";
|
||||
};
|
||||
|
||||
buildInputs = [ ocaml findlib ocamlbuild topkg opam ];
|
||||
|
Loading…
Reference in New Issue
Block a user