Skip to content

Commit

Permalink
ocamlPackages.wasm: 0.13 -> 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Oct 25, 2017
1 parent c1addcd commit 698894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/wasm/default.nix
Expand Up @@ -6,13 +6,13 @@ else

stdenv.mkDerivation rec {
name = "ocaml${ocaml.version}-wasm-${version}";
version = "0.13";
version = "1.0";

src = fetchFromGitHub {
owner = "WebAssembly";
repo = "spec";
rev = "v${version}";
sha256 = "0l67w1dmhgzrhmw3pw2w35h54imax0zdpa9yyqppzzbagxgn87kn";
sha256 = "0r0wj31s2yg4vn4hyw2afc8wp8b0k3q130yiypwq3dlvfxrr70m6";
};

buildInputs = [ ocaml findlib ocamlbuild ];
Expand Down

0 comments on commit 698894a

Please sign in to comment.