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:
parent
499e686ca5
commit
b21cee6f63
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue