Fixed hash for the bloomfilter Haskell package

For the reason, see https://github.com/haskell/cabal/issues/1017#issuecomment-8097073.
This commit is contained in:
Arseniy Alekseyev 2012-12-22 18:13:38 +00:00 committed by Eelco Dolstra
parent 499e686ca5
commit b21cee6f63

View file

@ -3,7 +3,7 @@
cabal.mkDerivation (self: {
pname = "bloomfilter";
version = "1.2.6.10";
sha256 = "1z2jc7588fkv42dxf0dxsrgk5pmj3xapshy1vyfwipp1q6y20x4j";
sha256 = "162vp9riwf5q2l1hnw3g157fpwnw185fk41hkgyf8qaavcrz6slv";
buildDepends = [ deepseq ];
meta = {
homepage = "https://github.com/bos/bloomfilter";