Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b41b5287e276
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9ced617cf576
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 9, 2020

  1. fetchmail: 6.4.2 -> 6.4.3

    r-ryantm committed Apr 9, 2020
    Copy the full SHA
    2058a22 View commit details
  2. Merge pull request #84821 from r-ryantm/auto-update/fetchmail

    fetchmail: 6.4.2 -> 6.4.3
    marsam authored Apr 9, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    9ced617 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/fetchmail/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/fetchmail/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{ stdenv, fetchurl, openssl }:

let
version = "6.4.2";
version = "6.4.3";
in
stdenv.mkDerivation {
pname = "fetchmail";
inherit version;

src = fetchurl {
url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
sha256 = "0c563if3kribnj771l14aj06irmrlhm61dc68w6dp7zj4qrnn7z2";
sha256 = "1r6k14m40ni9114i3j1lr6zwpxky6k89mycgxxg0cpdap4a0wdmh";
};

buildInputs = [ openssl ];

configureFlags = [ "--with-ssl=${openssl.dev}" ];

meta = {
homepage = https://www.fetchmail.info/;
homepage = "https://www.fetchmail.info/";
description = "A full-featured remote-mail retrieval and forwarding utility";
longDescription = ''
A full-featured, robust, well-documented remote-mail retrieval and