sieve-connect: 0.89 -> 0.90

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sieve-connect/versions
This commit is contained in:
R. RyanTM 2019-06-18 05:08:32 -07:00
parent 41377252e5
commit e586737e65

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "sieve-connect-${version}";
version = "0.89";
version = "0.90";
src = fetchFromGitHub {
owner = "philpennock";
repo = "sieve-connect";
rev = "v${version}";
sha256 = "0g7cv29wd5673inl4c87xb802k86bj6gcwh131xrbbg0a0g1c8fp";
sha256 = "1ghvfa5ifa68b6imh85bkmy00r93c5f9hs6d039axb73gmma580p";
};
buildInputs = [ perlPackages.perl ];