summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/twt
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:14:28 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:23:29 +0200
commit684a9e22a15cccbe3f4b3b3632520b4c59e6c877 (patch)
tree2abd9c81db3dbb9fa53df590d5794e993dd41baa /pkgs/development/ocaml-modules/twt
parente105c818c6cc901edbff4a0c49027a7812d0efed (diff)
downloadnixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar.gz
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar.bz2
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar.lz
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar.xz
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.tar.zst
nixpkgs-684a9e22a15cccbe3f4b3b3632520b4c59e6c877.zip
ocamlPackages.twt: update from 0.93.2 to 0.931
Diffstat (limited to 'pkgs/development/ocaml-modules/twt')
-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 0dc7170552c..76b34370456 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.93.2";
+  name = "ocaml-twt-0.931";
 
   src = fetchurl {
-    url = https://github.com/mlin/twt/archive/v0.93.2.tar.gz;
-    sha256 = "aec091fbd1e6c4d252cf9664237418b4bc8c7d6b7a17475589be78365397e768";
+    url = https://github.com/mlin/twt/archive/v0.931.tar.gz;
+    sha256 = "0hbd4zzjwbzlhv6vcn27al236l0d0mg0jfknywdidxdxwnmd3aj2";
   };
 
   buildInputs = [ ocaml findlib ];