postfix: 3.10.4 -> 3.10.5

This commit is contained in:
R. Ryantm 2025-10-27 00:22:31 +00:00
parent 2e8ab34df4
commit b9e518470a

View file

@ -74,11 +74,11 @@ let
in
stdenv.mkDerivation rec {
pname = "postfix";
version = "3.10.4";
version = "3.10.5";
src = fetchurl {
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
hash = "sha256-z7ZoYf6PlkeH3a6rFfPKPn7z3nMPlxca/EpeyjOMpEQ=";
hash = "sha256-apJr9wIXOGGwjkm8tR/KOi8mn5ozf3LvFZv0YFIIfjU=";
};
nativeBuildInputs = [