about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-19 14:19:21 +0200
committerPeter Simons <simons@cryp.to>2014-10-19 16:55:23 +0200
commit8a90c85f542fe46447e87fd56eb76cec74f3b1d6 (patch)
tree9c22702d8ea75132294dad9441a12f905c77987f /pkgs/development/tools
parent275e04577215988f135b65c86d45b5fe7ca7b355 (diff)
downloadnixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar.gz
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar.bz2
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar.lz
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar.xz
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.tar.zst
nixlib-8a90c85f542fe46447e87fd56eb76cec74f3b1d6.zip
haskell-graphmod: update to version 1.2.6
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/haskell/graphmod/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/haskell/graphmod/default.nix b/pkgs/development/tools/haskell/graphmod/default.nix
index 6165e46dd5bd..496e854fb864 100644
--- a/pkgs/development/tools/haskell/graphmod/default.nix
+++ b/pkgs/development/tools/haskell/graphmod/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "graphmod";
-  version = "1.2.5";
-  sha256 = "1rmrsfvajzrak7jlhwnvhrgszgyg1b6z5wp21k0d7pv2cbfdkp8s";
+  version = "1.2.6";
+  sha256 = "02p1x44ywv2mb4l2dsz9z3ybnvv4nns3882lqm3nc8sw2hkib8z3";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ dotgen filepath haskellLexer ];