mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
Merge pull request #285421 from r-ryantm/auto-update/fetchmail
fetchmail: 6.4.37 -> 6.4.38
This commit is contained in:
commit
54cd7f308d
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fetchmail";
|
||||
version = "6.4.37";
|
||||
version = "6.4.38";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
|
||||
sha256 = "sha256-ShguXYk+mr5qw3rnHlQmUfzm1gYjT8c1wqquGGV+aeo=";
|
||||
sha256 = "sha256-pstOqGOsYdJC/7LbVko5EjdhV40+QNcc57bykFvmCdk=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user