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 b5caab6 commit 6cf4885Copy full SHA for 6cf4885
1 file changed
pkgs/servers/mail/dovecot/default.nix
@@ -9,7 +9,8 @@
9
}:
10
11
stdenv.mkDerivation rec {
12
- name = "dovecot-2.3.10";
+ pname = "dovecot";
13
+ version = "2.3.10.1";
14
15
nativeBuildInputs = [ perl pkgconfig ];
16
buildInputs =
@@ -20,8 +21,8 @@ stdenv.mkDerivation rec {
20
21
++ lib.optional withSQLite sqlite;
22
23
src = fetchurl {
- url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
24
- sha256 = "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7";
+ url = "https://dovecot.org/releases/2.3/${pname}-${version}.tar.gz";
25
+ sha256 = "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6";
26
};
27
28
enableParallelBuilding = true;
0 commit comments