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

fetchmail: 6.4.5 -> 6.4.6
This commit is contained in:
Mario Rodas 2020-06-10 05:46:32 -05:00 committed by GitHub
commit 9e7b60022f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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