Unverified Commit 4f3186b4 authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

postfix: 3.8.2 -> 3.8.3 (#265022)

parent 4a7344c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,11 +25,11 @@ let

in stdenv.mkDerivation rec {
  pname = "postfix";
  version = "3.8.2";
  version = "3.8.3";

  src = fetchurl {
    url = "http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/${pname}-${version}.tar.gz";
    hash = "sha256-Z5CQPNu14ORxlmkeuaXyz4BQJi3vlB4Dnm1L9AQ6XjA=";
    hash = "sha256-FpRsmHSnhqCfU7F9HIPcH6rjXL+AurNKsBeYtwQglos=";
  };

  nativeBuildInputs = [ makeWrapper m4 ];