Commit a8d6fc28 authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files
parent 917ee0af
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,11 +67,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "postfix";
  version = "3.10.1";
  version = "3.10.2";

  src = fetchurl {
    url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
    hash = "sha256-dYaNt6jtJSzToUwTo844Pd1CVjFgwCAn0GEgLuNnmb8=";
    hash = "sha256-vMpWQTLUz1+cnONU2rndNe6OniGQCGRiPIFdrBa/vCc=";
  };

  nativeBuildInputs = [