Skip to content

Commit

Permalink
jbuilder: 1.0+beta5 -> 1.0+beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Apr 21, 2017
1 parent 75b4bec commit 59c70e4
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/jbuilder/default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ stdenv, fetchzip, ocaml, opam }:

stdenv.mkDerivation {
name = "jbuilder-1.0+beta5";
name = "jbuilder-1.0+beta7";
src = fetchzip {
url = http://github.com/janestreet/jbuilder/archive/1.0+beta5.tar.gz;
sha256 = "00kh83n3216g1n7rhh14mcmw9bj5vzq7kiixm1abrc09dhwh4m7a";
url = http://github.com/janestreet/jbuilder/archive/1.0+beta7.tar.gz;
sha256 = "10qjqs6gv9y8s580gvssjm56xw72pcxd5lkpzqpz6cz4390d45i8";
};

buildInputs = [ ocaml ];
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -988,9 +988,7 @@ with pkgs;

interlock = callPackage ../servers/interlock {};

jbuilder = callPackage ../development/tools/ocaml/jbuilder {
inherit (ocaml-ng.ocamlPackages_4_03) ocaml;
};
jbuilder = callPackage ../development/tools/ocaml/jbuilder { };

kapacitor = callPackage ../servers/monitoring/kapacitor { };

0 comments on commit 59c70e4

Please sign in to comment.