Skip to content

Commit 1af8a3e

Browse files
authored
postfix: 3.10.3 -> 3.10.4 (#435161)
2 parents 8452e9a + 357809f commit 1af8a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/po/postfix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ let
7171
in
7272
stdenv.mkDerivation rec {
7373
pname = "postfix";
74-
version = "3.10.3";
74+
version = "3.10.4";
7575

7676
src = fetchurl {
7777
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
78-
hash = "sha256-487AXZG20pWOzW6pBF+qNfecWw4ii5dazkatKv6BIFM=";
78+
hash = "sha256-z7ZoYf6PlkeH3a6rFfPKPn7z3nMPlxca/EpeyjOMpEQ=";
7979
};
8080

8181
nativeBuildInputs = [

0 commit comments

Comments
 (0)