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

postfix: 3.10.6 -> 3.10.7 (#468489)

parents 1af6d705 3e92bfe0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,11 +74,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "postfix";
  version = "3.10.6";
  version = "3.10.7";

  src = fetchurl {
    url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
    hash = "sha256-cbOD9X1Ms2MgG+ijAby6/jBKrb5/OOveQc1blSJIRls=";
    hash = "sha256-/NP/cIBq5/CoLntcMB4vT8+mpomi27Oz8bXlIIEVeIo=";
  };

  nativeBuildInputs = [