Skip to content

Commit

Permalink
[Backport release-24.11] postfix: 3.9.0 -> 3.9.1 (#363356)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 9, 2024
2 parents 92d89a0 + c1ebb00 commit c08e225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mail/postfix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ let

in stdenv.mkDerivation rec {
pname = "postfix";
version = "3.9.0";
version = "3.9.1";

src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-VvXkIOfCVFWk6WwZtnL4D5oKNftb7MkkfJ49XcxhfzQ=";
hash = "sha256-xIiUTrA2JXbRj1+MxLmzKjW8s11xuUfarJdkr0dw9kM=";
};

nativeBuildInputs = [ makeWrapper m4 ];
Expand Down

0 comments on commit c08e225

Please sign in to comment.