mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskellPackages.ip-quoter: bump
This commit is contained in:
parent
cb757098d5
commit
96749220c7
@ -76097,17 +76097,15 @@ self: {
|
||||
}) {};
|
||||
|
||||
"ip-quoter" = callPackage
|
||||
({ mkDerivation, base, network, split, tasty, tasty-hunit
|
||||
({ mkDerivation, base, network, cpu, tasty, tasty-hunit
|
||||
, template-haskell
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "ip-quoter";
|
||||
version = "1.0.0.0";
|
||||
revision = "1";
|
||||
sha256 = "1idi03f6l9nwnsfp2mvkxz4sgwqlpa8ag3h5drb3i4hwgx0mkhfg";
|
||||
editedCabalFile = "5cd6b449c4acd24b27d27a839acdab85f65b5556dd7bc8be115b7e2f6dc5df11";
|
||||
buildDepends = [ base network split template-haskell ];
|
||||
testDepends = [ base network tasty tasty-hunit ];
|
||||
version = "1.0.1.1";
|
||||
sha256 = "1819742yjdl96k2z8s55a5x9xw9mg4lps1dq1f55zvc31afkdi4l";
|
||||
buildDepends = [ base network cpu template-haskell ];
|
||||
testDepends = [ base network tasty tasty-hunit cpu ];
|
||||
homepage = "https://github.com/shlevy/ip-quoter";
|
||||
description = "Quasiquoter for IP addresses";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user