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: 906b5d7c3c54
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a2ee235cbd83
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 29, 2020

  1. Unverified

    This user has not yet uploaded their public signing key.
    Copy the full SHA
    7b9bd59 View commit details
  2. Merge pull request #78741 from mayflower/pkg/opensmtpd-6.6.2

    opensmtpd: 6.6.1p1 -> 6.6.2p1
    flokli authored Jan 29, 2020
    Copy the full SHA
    a2ee235 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 {
pname = "opensmtpd";
version = "6.6.1p1";
version = "6.6.2p1";

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

src = fetchurl {
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
sha256 = "1ngil8j13m2rq07g94j4yjr6zmaimzy8wbfr17shi7rxnazys6zb";
sha256 = "16nz2n4s3djlasd6m6dqfwggf6igyfxzq5igny5i0qb8lnn13f33";
};

patches = [