mailaids: 1.0.0 -> 1.1.0
This commit is contained in:
parent
f311b9807c
commit
da966f08d9
@ -1,14 +1,14 @@
|
|||||||
{ mkDerivation, aeson, aeson-pretty, base, bytestring
|
{ mkDerivation, aeson, aeson-pretty, base, bytestring
|
||||||
, case-insensitive, fetchgit, lens, optparse-applicative
|
, case-insensitive, fetchgit, lens, lib, optparse-applicative
|
||||||
, purebred-email, lib, text, vector, word8
|
, purebred-email, text, vector, word8
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "mailaids";
|
pname = "mailaids";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://cgit.krebsco.de/mailaids";
|
url = "https://cgit.krebsco.de/mailaids";
|
||||||
sha256 = "15h0k82czm89gkwhp1rwdy77jz8dmb626qdz7c2narvz9j7169v5";
|
sha256 = "0mkq3b0j28h7ydg6aaqlqnvajb8nhdc9g7rmil2d4vl5fxxaqspv";
|
||||||
rev = "8f11927ea74d6adb332c884502ebd9c486837523";
|
rev = "a25fc32eceefc10a91ef77ff2763b3f1b9324aaf";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user