about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-10 11:03:13 +0100
committerPeter Simons <simons@cryp.to>2013-12-10 20:41:40 +0100
commitcd3a9434fee4c8c50688a5542ec418b89995e1f3 (patch)
treeab6fe357844169a49860baad951dc9bdd6884d3e /pkgs
parent702370e3cdd228f060009528a99bbc4c8b5f14df (diff)
downloadnixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar.gz
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar.bz2
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar.lz
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar.xz
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.tar.zst
nixlib-cd3a9434fee4c8c50688a5542ec418b89995e1f3.zip
haskell-unix-process-conduit: update to version 0.2.2.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/unix-process-conduit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/unix-process-conduit/default.nix b/pkgs/development/libraries/haskell/unix-process-conduit/default.nix
index 1f04d939d9c1..8470a2d3f821 100644
--- a/pkgs/development/libraries/haskell/unix-process-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/unix-process-conduit/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "unix-process-conduit";
-  version = "0.2.2";
-  sha256 = "15n6n925avv51kr2avwkp8sq8mfl287i0445vl9iy6hyxjjgpgr6";
+  version = "0.2.2.1";
+  sha256 = "0zix8m38dza95g6ijip4r5nxz6y9vkh5jy8ksg4qpx1v2ib1m2cc";
   buildDepends = [ conduit filepath stm time transformers ];
   testDepends = [ conduit hspec transformers ];
   meta = {