haskell-zlib: update to version 0.5.4.2

This commit is contained in:
Peter Simons 2014-11-23 21:07:46 +01:00
parent 9626601f8a
commit 5ecee5fde9

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "zlib"; pname = "zlib";
version = "0.5.4.1"; version = "0.5.4.2";
sha256 = "0l550l2qw4gx530h1yjjpdh6rkm59l9l6jbmlm0vx41cqpj6b8yc"; sha256 = "15hhsk7z3gvm7sz2ic2z1ca5c6rpsln2rr391mdbm1bxlzc1gmkm";
extraLibraries = [ zlib ]; extraLibraries = [ zlib ];
meta = { meta = {
description = "Compression and decompression in the gzip and zlib formats"; description = "Compression and decompression in the gzip and zlib formats";