From 698894a50d08ed59bf8665fd732a1bed415863a5 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 25 Oct 2017 00:54:38 +0000 Subject: [PATCH] ocamlPackages.wasm: 0.13 -> 1.0 --- pkgs/development/ocaml-modules/wasm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/wasm/default.nix b/pkgs/development/ocaml-modules/wasm/default.nix index 03ea4a29330..5fe0e2abc19 100644 --- a/pkgs/development/ocaml-modules/wasm/default.nix +++ b/pkgs/development/ocaml-modules/wasm/default.nix @@ -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 ];