about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ojquery
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/ocaml-modules/ojquery')
-rw-r--r--pkgs/development/ocaml-modules/ojquery/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/ojquery/default.nix b/pkgs/development/ocaml-modules/ojquery/default.nix
index 054303ac8500..93da2ed693aa 100644
--- a/pkgs/development/ocaml-modules/ojquery/default.nix
+++ b/pkgs/development/ocaml-modules/ojquery/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   src = fetchgit {
     url = https://github.com/ocsigen/ojquery.git;
     rev = "refs/tags/${version}";
-    sha256 = "1x3cidxxjyw0g7afvczdy6chw3nxb0dcz2psgxchqgv34dcwf0l0";
+    sha256 = "1n01bsk4car40p94fk1ssvww0inqapwwhdylmrb7vv40drsdldp1";
   };
 
   buildInputs = [ ocaml findlib ];