Skip to content

Commit

Permalink
jbuilder: 1.0+beta2 -> 1.0+beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 22, 2017
1 parent 040b86a commit 646f0c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/ocaml/jbuilder/default.nix
@@ -1,10 +1,10 @@
{ stdenv, fetchzip, ocaml, opam }:

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

buildInputs = [ ocaml ];
Expand Down

0 comments on commit 646f0c7

Please sign in to comment.