Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eec3b8e1ea19
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d7cfa87eb734
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 7, 2018

  1. opensmtpd: 6.4.0p1 -> 6.4.0p2

    Ekleog committed Nov 7, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Mic92 Jörg Thalheim
    Copy the full SHA
    5e7edaa View commit details

Commits on Nov 9, 2018

  1. Merge pull request #49846 from Ekleog/opensmtpd-6.4.0p2

    opensmtpd: 6.4.0p1 -> 6.4.0p2
    c0bw3b authored Nov 9, 2018
    Copy the full SHA
    d7cfa87 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/mail/opensmtpd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/mail/opensmtpd/default.nix
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@

stdenv.mkDerivation rec {
name = "opensmtpd-${version}";
version = "6.4.0p1";
version = "6.4.0p2";

nativeBuildInputs = [ autoconf automake libtool bison ];
buildInputs = [ libasr libevent zlib libressl db pam ];

src = fetchurl {
url = "https://www.opensmtpd.org/archives/${name}.tar.gz";
sha256 = "1qxxhnlsmpfh9v4azgl0634955r085gsic1c66jdll21bd5w2mq8";
sha256 = "1y7snhsrcdi56vaa23iwjpybhyrnnh2f6dxrfnacn7xgy5xwzbvn";
};

patches = [