We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8452e9a + 357809f commit 1af8a3eCopy full SHA for 1af8a3e
pkgs/by-name/po/postfix/package.nix
@@ -71,11 +71,11 @@ let
71
in
72
stdenv.mkDerivation rec {
73
pname = "postfix";
74
- version = "3.10.3";
+ version = "3.10.4";
75
76
src = fetchurl {
77
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
78
- hash = "sha256-487AXZG20pWOzW6pBF+qNfecWw4ii5dazkatKv6BIFM=";
+ hash = "sha256-z7ZoYf6PlkeH3a6rFfPKPn7z3nMPlxca/EpeyjOMpEQ=";
79
};
80
81
nativeBuildInputs = [
0 commit comments