summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-11 12:12:46 +0100
committerPeter Simons <simons@cryp.to>2013-11-11 14:39:59 +0100
commit598541fc157d0ecb710451a41e33c20400147179 (patch)
tree79c2d5141e920b04d1bd875edbedc4e8f4fa5153 /pkgs
parent95fdcdb200a6f1f9883999477377b88320de4a84 (diff)
downloadnixlib-598541fc157d0ecb710451a41e33c20400147179.tar
nixlib-598541fc157d0ecb710451a41e33c20400147179.tar.gz
nixlib-598541fc157d0ecb710451a41e33c20400147179.tar.bz2
nixlib-598541fc157d0ecb710451a41e33c20400147179.tar.lz
nixlib-598541fc157d0ecb710451a41e33c20400147179.tar.xz
nixlib-598541fc157d0ecb710451a41e33c20400147179.tar.zst
nixlib-598541fc157d0ecb710451a41e33c20400147179.zip
haskell-html-conduit: update to version 1.1.0.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/html-conduit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/html-conduit/default.nix b/pkgs/development/libraries/haskell/html-conduit/default.nix
index eaf1754b6223..3f7b2ad507ac 100644
--- a/pkgs/development/libraries/haskell/html-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/html-conduit/default.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "html-conduit";
-  version = "1.1.0";
-  sha256 = "11mkr7plhbn8kyki0h362habzhsnlb7yrg4ypy48d0l3i7p7vm53";
+  version = "1.1.0.1";
+  sha256 = "0v3zlassakc34i7kzajx63s1rxn516xv7lrib0a4kn4cdlqn7kxs";
   buildDepends = [
     conduit filesystemConduit resourcet systemFilepath tagstreamConduit
     text transformers xmlConduit xmlTypes