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:54 +0200
commitda503a5f3c7c9e7d61d92fe894087214ca290c89 (patch)
treee2f3079c477d2593f21c837ef5becff39c948d0b /pkgs
parentfe953f6d200ec0c80866b5031382c3ec10809a27 (diff)
downloadnixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar.gz
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar.bz2
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar.lz
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar.xz
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.tar.zst
nixlib-da503a5f3c7c9e7d61d92fe894087214ca290c89.zip
haskell-tagstream-conduit: update to version 0.5.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/tagstream-conduit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/tagstream-conduit/default.nix b/pkgs/development/libraries/haskell/tagstream-conduit/default.nix
index 1b290bd310ba..ca177a80a101 100644
--- a/pkgs/development/libraries/haskell/tagstream-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/tagstream-conduit/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "tagstream-conduit";
-  version = "0.5.4";
-  sha256 = "1djf66kn3m4sdwmis82f9w2nkmjyrq12zda7ic9pcsvra579868i";
+  version = "0.5.4.1";
+  sha256 = "1gahdil5jasm6v7gp519ahr2yc7ppysdnmkl21cd4zzn6y1r0gw9";
   buildDepends = [
     attoparsec attoparsecConduit blazeBuilder blazeBuilderConduit
     caseInsensitive conduit text transformers