Merge pull request #88076 from mweinelt/dovecot
dovecot: v2.3.10 → v2.3.10.1
This commit is contained in:
commit
f72b603a6d
@ -9,7 +9,8 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dovecot-2.3.10";
|
pname = "dovecot";
|
||||||
|
version = "2.3.10.1";
|
||||||
|
|
||||||
nativeBuildInputs = [ perl pkgconfig ];
|
nativeBuildInputs = [ perl pkgconfig ];
|
||||||
buildInputs =
|
buildInputs =
|
||||||
@ -20,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ lib.optional withSQLite sqlite;
|
++ lib.optional withSQLite sqlite;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://dovecot.org/releases/2.3/${name}.tar.gz";
|
url = "https://dovecot.org/releases/2.3/${pname}-${version}.tar.gz";
|
||||||
sha256 = "1ibiz3k2flablkcqbkvfzsjnq5b5kxximhcrplflsjl57mr88ca7";
|
sha256 = "035idr2j81s5mngnhd58rih79dhwwak7q01mqbx3rcmi4cpychk6";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user