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

fetchmail: 6.4.15 -> 6.4.16

authored by

Peter Simons and committed by
GitHub
def7e219 b4f23764

+2 -2
+2 -2
pkgs/applications/misc/fetchmail/default.nix
··· 1 { lib, stdenv, fetchurl, openssl }: 2 3 let 4 - version = "6.4.15"; 5 in 6 stdenv.mkDerivation { 7 pname = "fetchmail"; ··· 9 10 src = fetchurl { 11 url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz"; 12 - sha256 = "sha256-c1shdHSTfhPPzeotQqNGv2hIfg1h7+vk0Nnt3LOia5Y="; 13 }; 14 15 buildInputs = [ openssl ];
··· 1 { lib, stdenv, fetchurl, openssl }: 2 3 let 4 + version = "6.4.16"; 5 in 6 stdenv.mkDerivation { 7 pname = "fetchmail"; ··· 9 10 src = fetchurl { 11 url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz"; 12 + sha256 = "sha256-BEuaCsA6+653RJed7+Pi4y45FBvKaP0Mje2i7UCIT7k="; 13 }; 14 15 buildInputs = [ openssl ];