mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-27 19:20:17 +00:00
postfix: 3.9.0 -> 3.9.1
Changelog: https://www.postfix.org/announcements/postfix-3.9.1.html
This commit is contained in:
parent
929116e316
commit
fcc4ffb488
@ -25,11 +25,11 @@ let
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "postfix";
|
||||
version = "3.9.0";
|
||||
version = "3.9.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://de.postfix.org/ftpmirror/official/postfix-${version}.tar.gz";
|
||||
hash = "sha256-VvXkIOfCVFWk6WwZtnL4D5oKNftb7MkkfJ49XcxhfzQ=";
|
||||
hash = "sha256-xIiUTrA2JXbRj1+MxLmzKjW8s11xuUfarJdkr0dw9kM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper m4 ];
|
||||
|
Loading…
Reference in New Issue
Block a user