mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Merge pull request #308429 from r-ryantm/auto-update/opensmtpd
opensmtpd: 7.4.0p0 -> 7.5.0p0
This commit is contained in:
commit
a908790196
@ -18,14 +18,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opensmtpd";
|
||||
version = "7.4.0p0";
|
||||
version = "7.5.0p0";
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook autoconf-archive pkgconf libtool bison ];
|
||||
buildInputs = [ libevent zlib libressl db pam libxcrypt ];
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
|
||||
hash = "sha256-wYHMw0NKEeWDYZ4AAoUg1Ff+Bi403AO+6jWAeCIM43Q=";
|
||||
hash = "sha256-hPXBOTwMG+zHLO6pceCr1wdbLKfk4fiQm4Pt/Y3gw5w=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user