Skip to content

Commit 6cf4885

Browse files
committed
dovecot: v2.3.10 → v2.3.10.1
Fixes: CVE-2020-10957, CVE-2020-10958, CVE-2020-10967
1 parent b5caab6 commit 6cf4885

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pkgs/servers/mail/dovecot/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
}:
1010

1111
stdenv.mkDerivation rec {
12-
name = "dovecot-2.3.10";
12+
pname = "dovecot";
13+
version = "2.3.10.1";
1314

1415
nativeBuildInputs = [ perl pkgconfig ];
1516
buildInputs =
@@ -20,8 +21,8 @@ stdenv.mkDerivation rec {
2021
++ lib.optional withSQLite sqlite;
2122

2223
src = fetchurl {
23-
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
24-
sha256 = "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7";
24+
url = "https://dovecot.org/releases/2.3/${pname}-${version}.tar.gz";
25+
sha256 = "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6";
2526
};
2627

2728
enableParallelBuilding = true;

0 commit comments

Comments
 (0)