We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d660c commit 63fa397Copy full SHA for 63fa397
pkgs/by-name/op/opensmtpd/package.nix
@@ -18,7 +18,7 @@
18
19
stdenv.mkDerivation rec {
20
pname = "opensmtpd";
21
- version = "7.6.0p1";
+ version = "7.7.0p0";
22
23
nativeBuildInputs = [
24
autoreconfHook
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
38
39
src = fetchurl {
40
url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
41
- hash = "sha256-snyAaYKmZTomN/gQrnpFNyuaf/mTUO4QA3RlA/8OSpc=";
+ hash = "sha256-sJU9oc4sv+S+E5zbGaqTX7+rQs8KmT1CWzejl9xIOWg=";
42
};
43
44
patches = [
0 commit comments