mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
fetchmail: 6.4.34 -> 6.4.35
This commit is contained in:
parent
66bc6e35c9
commit
25ecfe1069
@ -2,11 +2,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fetchmail";
|
||||
version = "6.4.34";
|
||||
version = "6.4.35";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
|
||||
sha256 = "sha256-w73e0bXOI2lgvRzu7j8yVyIO2Zw+7ISl12u1YY4yWNQ=";
|
||||
sha256 = "sha256-ewtWy8D8qFRQTxZ3lfq1MtWlTVp9O24+NqM/NKCWCgE=";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl python3 ];
|
||||
|
Loading…
Reference in New Issue
Block a user