From 1b14026dacd8062b42343902b62b1c499fc85d83 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 May 2026 01:57:19 +0200 Subject: [PATCH] postfix: 3.11.2 -> 3.11.3 https://www.postfix.org/announcements/postfix-3.11.3.html --- pkgs/by-name/po/postfix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/po/postfix/package.nix b/pkgs/by-name/po/postfix/package.nix index 630e047a133c..c92c8a00a086 100644 --- a/pkgs/by-name/po/postfix/package.nix +++ b/pkgs/by-name/po/postfix/package.nix @@ -78,11 +78,11 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "postfix"; - version = "3.11.2"; + version = "3.11.3"; src = fetchurl { url = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${finalAttrs.version}.tar.gz"; - hash = "sha256-2u1lsIySiM2zhqkU8+Us3d1Ek1QHtc5a7ovMOqQgd3g="; + hash = "sha256-vRHcxGPXBF5A8sEcwAIWSJxztYzECz0GxUJlsIihc+E="; }; nativeBuildInputs = [