mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
haskell-pcap-enumerator: update to version 0.5
This commit is contained in:
parent
de37e853ab
commit
500a7a81b3
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pcap-enumerator";
|
||||
version = "0.4";
|
||||
sha256 = "0ka2n7740s02marvd1b11mrxc663kj0zcn7hksl5i13ls026hpb8";
|
||||
version = "0.5";
|
||||
sha256 = "0v7ar3jbs54ibhrbbzmvajc7pc8h8dv56wr77w4vsbyz6xq4sqdb";
|
||||
buildDepends = [ enumerator pcap transformers ];
|
||||
meta = {
|
||||
homepage = "http://github.com/cutsea110/pcap-enumerator";
|
||||
|
|
Loading…
Reference in a new issue