mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 09:43:30 +01:00
postfix: 3.10.4 -> 3.10.5
This commit is contained in:
parent
2e8ab34df4
commit
b9e518470a
|
|
@ -74,11 +74,11 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "postfix";
|
pname = "postfix";
|
||||||
version = "3.10.4";
|
version = "3.10.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
|
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
|
||||||
hash = "sha256-z7ZoYf6PlkeH3a6rFfPKPn7z3nMPlxca/EpeyjOMpEQ=";
|
hash = "sha256-apJr9wIXOGGwjkm8tR/KOi8mn5ozf3LvFZv0YFIIfjU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue