summary refs log tree commit diff
path: root/pkgs/tools/text/catdocx
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/catdocx')
-rw-r--r--pkgs/tools/text/catdocx/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/text/catdocx/default.nix b/pkgs/tools/text/catdocx/default.nix
index adf78397fcb..c762e15c80e 100644
--- a/pkgs/tools/text/catdocx/default.nix
+++ b/pkgs/tools/text/catdocx/default.nix
@@ -1,7 +1,8 @@
 { stdenv, lib, fetchFromGitHub, makeWrapper, unzip, catdoc }:
 
 stdenv.mkDerivation {
-  name = "catdocx-20170102";
+  pname = "catdocx";
+  version = "unstable-2017-01-02";
 
   src = fetchFromGitHub {
     owner = "jncraton";