Unverified Commit 028293ab authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

postfix: 3.10.1 -> 3.10.2 (#402440)

parents 0f9234bb a8d6fc28
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 = [