summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-23 10:29:21 +0200
committerPeter Simons <simons@cryp.to>2013-10-24 23:29:55 +0200
commit76e95492c89a5b3f467b8e487b6f36552f4c0f9b (patch)
tree91228127188cdf851011e8afbc67a7988c6d631f /pkgs
parentf2811c488259baa2a126f84e7380f3542d16c5b8 (diff)
downloadnixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar.gz
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar.bz2
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar.lz
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar.xz
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.tar.zst
nixlib-76e95492c89a5b3f467b8e487b6f36552f4c0f9b.zip
haskell-xdot: update to version 0.2.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/xdot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/xdot/default.nix b/pkgs/development/libraries/haskell/xdot/default.nix
index 130402ec75bf..f7a2b731d037 100644
--- a/pkgs/development/libraries/haskell/xdot/default.nix
+++ b/pkgs/development/libraries/haskell/xdot/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "xdot";
-  version = "0.2.3.1";
-  sha256 = "1gricrnssxgzaq1z7nnyppmz284nix0m89477x22mal125pkcf7n";
+  version = "0.2.4";
+  sha256 = "0723drp9zs3hrayld99j4fniyvm65fz19hkk4001vpvgjw27dfja";
   buildDepends = [ cairo graphviz gtk mtl polyparse text ];
   meta = {
     description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";