From 47e61969b852a23d9059108b9356dad9ae515616 Mon Sep 17 00:00:00 2001 From: "Ricardo M. Correia" Date: Tue, 4 Oct 2016 19:22:55 +0200 Subject: [PATCH] ocaml-react: fix hash The package had been updated from 1.1.0 -> 1.2.0 but the hash hadn't. --- pkgs/development/ocaml-modules/react/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/react/default.nix b/pkgs/development/ocaml-modules/react/default.nix index 66c2533853e6..2dffbcf440f9 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";