Commit 25ecfe10 authored by R. RyanTM's avatar R. RyanTM
Browse files

fetchmail: 6.4.34 -> 6.4.35

parent 66bc6e35
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];