about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-07 11:26:20 +0200
committerPeter Simons <simons@cryp.to>2014-07-08 15:58:22 +0200
commitcefbc461ccaf547284266afe5eb166ae6d2753a3 (patch)
tree8187786a17d1fba4305652ffc49ee0baf0fe3ef9 /pkgs/development/tools
parent93e5ad83bc37a06222436451b11427632739d9ba (diff)
downloadnixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar.gz
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar.bz2
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar.lz
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar.xz
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.tar.zst
nixlib-cefbc461ccaf547284266afe5eb166ae6d2753a3.zip
haskell-codex: update to version 0.1.0.0
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/haskell/codex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/codex/default.nix b/pkgs/development/tools/haskell/codex/default.nix
index 3bc9959c8d7a..82a0d2d166af 100644
--- a/pkgs/development/tools/haskell/codex/default.nix
+++ b/pkgs/development/tools/haskell/codex/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "codex";
-  version = "0.0.2.1";
-  sha256 = "0cwn44dw3fks1qaymrjn3q99lq6baginh12y6wwkhz53cd6cv41z";
+  version = "0.1.0.0";
+  sha256 = "00h2gbb20a1p2qfy6nddyrjipnx0p6xdh0f56z298rw7ssrzvzag";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [