summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/react
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2016-10-04 19:22:55 +0200
committervbgl <vbgl@users.noreply.github.com>2016-10-14 16:58:05 +0200
commit47e61969b852a23d9059108b9356dad9ae515616 (patch)
tree1640f20f51eb7af6016a4dfdb49e6af41b7bb9a3 /pkgs/development/ocaml-modules/react
parentc031945a9fa58c26eb21d717937a9b0fad40b289 (diff)
downloadnixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar.gz
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar.bz2
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar.lz
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar.xz
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.tar.zst
nixpkgs-47e61969b852a23d9059108b9356dad9ae515616.zip
ocaml-react: fix hash
The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't.
Diffstat (limited to 'pkgs/development/ocaml-modules/react')
-rw-r--r--pkgs/development/ocaml-modules/react/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix
index 66c2533853e..2dffbcf440f 100644
--- a/pkgs/development/ocaml-modules/react/default.nix
+++ b/pkgs/development/ocaml-modules/react/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = http://erratique.ch/software/react/releases/react-1.2.0.tbz;
-    sha256 = "1gymn8hy7ga0l9qymmb1jcnnkqvy7l2zr87xavzqz0dfi9ci8dm7";
+    sha256 = "0knhgbngphv5sp1yskfd97crf169qhpc0igr6w7vqw0q36lswyl8";
   };
 
   unpackCmd = "tar xjf $src";