postfix: 3.11.3 -> 3.11.4 (#532813)

This commit is contained in:
dotlambda 2026-06-18 23:25:27 +00:00 committed by GitHub
commit b191667197
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -78,11 +78,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "postfix";
version = "3.11.3";
version = "3.11.4";
src = fetchurl {
url = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${finalAttrs.version}.tar.gz";
hash = "sha256-vRHcxGPXBF5A8sEcwAIWSJxztYzECz0GxUJlsIihc+E=";
hash = "sha256-Im7FmhjkPid2kQBeMUlvdgi5upIQvmAKJn+yF6Smzuk=";
};
nativeBuildInputs = [