about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:44:22 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:44:22 +0200
commita01a64e5a4e01edc12bde0f847485501cfe6a06c (patch)
treeb8e8bcd11a969492bff3df7282c3eacbc78907de /pkgs/development/ocaml-modules
parente7f712e2a2e65f785edd18812ea0450517f377cb (diff)
downloadnixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar.gz
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar.bz2
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar.lz
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar.xz
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.tar.zst
nixlib-a01a64e5a4e01edc12bde0f847485501cfe6a06c.zip
Revert "ocamlPackages.twt: update from 0.93.2 to 0.931"
This reverts commit 684a9e22a15cccbe3f4b3b3632520b4c59e6c877.
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/twt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/twt/default.nix b/pkgs/development/ocaml-modules/twt/default.nix
index 76b34370456e..0dc7170552ce 100644
--- a/pkgs/development/ocaml-modules/twt/default.nix
+++ b/pkgs/development/ocaml-modules/twt/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, ocaml, findlib }:
 
 stdenv.mkDerivation {
-  name = "ocaml-twt-0.931";
+  name = "ocaml-twt-0.93.2";
 
   src = fetchurl {
-    url = https://github.com/mlin/twt/archive/v0.931.tar.gz;
-    sha256 = "0hbd4zzjwbzlhv6vcn27al236l0d0mg0jfknywdidxdxwnmd3aj2";
+    url = https://github.com/mlin/twt/archive/v0.93.2.tar.gz;
+    sha256 = "aec091fbd1e6c4d252cf9664237418b4bc8c7d6b7a17475589be78365397e768";
   };
 
   buildInputs = [ ocaml findlib ];