Unverified Commit 91f79eec authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

fetchmail: 6.5.7 -> 6.6.0 (#457696)

parents f28d6ffd 27b3cce3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,11 +9,11 @@

stdenv.mkDerivation rec {
  pname = "fetchmail";
  version = "6.5.7";
  version = "6.6.0";

  src = fetchurl {
    url = "mirror://sourceforge/fetchmail/fetchmail-${version}.tar.xz";
    hash = "sha256-c+trHUIbWYaGatSmt3fBFAo5AFKYxjv4R95TeXbL+9s=";
    hash = "sha256-e5wZ5mg+gn1VZ1GqXbXUS5Yeh76LMIdTW0kJuhtZMhw=";
  };

  buildInputs = [
+0 −3
Original line number Diff line number Diff line
@@ -10951,9 +10951,6 @@ with pkgs;
        ];
      };

  fetchmail = callPackage ../applications/misc/fetchmail { };
  fetchmail_7 = callPackage ../applications/misc/fetchmail/v7.nix { };

  firewalld-gui = firewalld.override { withGui = true; };

  fldigi = callPackage ../applications/radio/fldigi {