summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/optcomp
diff options
context:
space:
mode:
authorArseniy Seroka <ars.seroka@gmail.com>2015-06-04 20:22:36 +0300
committerArseniy Seroka <ars.seroka@gmail.com>2015-06-04 23:34:14 +0300
commitdaf4ec39a5613d277706f0f559e074a06df2a23c (patch)
tree0cab879a034c67779f7bf395e69c4eaa0f957808 /pkgs/development/ocaml-modules/optcomp
parent9cd797ff269efc749563547b24e68a241f11932c (diff)
downloadnixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.gz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.bz2
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.lz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.xz
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.tar.zst
nixlib-daf4ec39a5613d277706f0f559e074a06df2a23c.zip
fix: add missing versions
Diffstat (limited to 'pkgs/development/ocaml-modules/optcomp')
-rw-r--r--pkgs/development/ocaml-modules/optcomp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/optcomp/default.nix b/pkgs/development/ocaml-modules/optcomp/default.nix
index 4449766767cb..b134a842c5c0 100644
--- a/pkgs/development/ocaml-modules/optcomp/default.nix
+++ b/pkgs/development/ocaml-modules/optcomp/default.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl, ocaml, findlib, camlp4}:
 
 stdenv.mkDerivation {
-  name = "ocaml-optcomp";
+  name = "ocaml-optcomp-1.6";
   src = fetchurl {
     url = https://github.com/diml/optcomp/archive/1.6.tar.gz;
     md5 = "d3587244dba1b8b10f24d0b60a8c700d";