Merge pull request #88508 from r-ryantm/auto-update/fetchmail

fetchmail: 6.4.4 -> 6.4.5
This commit is contained in:
Niklas Hambüchen
2020-05-23 05:06:36 +02:00
committed by GitHub

View File

@@ -1,7 +1,7 @@
{ stdenv, fetchurl, openssl }:
let
version = "6.4.4";
version = "6.4.5";
in
stdenv.mkDerivation {
pname = "fetchmail";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
sha256 = "1smbydwfjq29a2l44g6mgj0cd412fz40gbq6vq0klm7pmgd606si";
sha256 = "073bjh8qbvww7f5gbd6pq640qspi7dc6cjndvm0h2jcl0a90c3yk";
};
buildInputs = [ openssl ];