Skip to content

Commit 63fa397

Browse files
authored
opensmtpd: 7.6.0p1 -> 7.7.0p0 (#406906)
1 parent 63d660c commit 63fa397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/op/opensmtpd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "opensmtpd";
21-
version = "7.6.0p1";
21+
version = "7.7.0p0";
2222

2323
nativeBuildInputs = [
2424
autoreconfHook
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
3838

3939
src = fetchurl {
4040
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
41-
hash = "sha256-snyAaYKmZTomN/gQrnpFNyuaf/mTUO4QA3RlA/8OSpc=";
41+
hash = "sha256-sJU9oc4sv+S+E5zbGaqTX7+rQs8KmT1CWzejl9xIOWg=";
4242
};
4343

4444
patches = [

0 commit comments

Comments
 (0)