postfix: 3.11.1 -> 3.11.2

Changelog: https://www.postfix.org/announcements/postfix-3.11.2.html
This commit is contained in:
Robert Schütz
2026-05-02 11:26:38 -07:00
parent e9d5d59199
commit 9d6d79c160
+2 -2
View File
@@ -78,11 +78,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "postfix";
version = "3.11.1";
version = "3.11.2";
src = fetchurl {
url = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${finalAttrs.version}.tar.gz";
hash = "sha256-ZZJlYG7ZtiQpZLbUSiqvXmB9j7mtJUECekoyDd+4ncE=";
hash = "sha256-2u1lsIySiM2zhqkU8+Us3d1Ek1QHtc5a7ovMOqQgd3g=";
};
nativeBuildInputs = [