dovecot_pigeonhole: 0.5.17.1 -> 0.5.18
https://dovecot.org/pipermail/dovecot-news/2022-February/000471.html
This commit is contained in:
parent
18d27ba148
commit
3966f3af2e
@ -3,11 +3,11 @@ let
|
|||||||
dovecotMajorMinor = lib.versions.majorMinor dovecot.version;
|
dovecotMajorMinor = lib.versions.majorMinor dovecot.version;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "dovecot-pigeonhole";
|
pname = "dovecot-pigeonhole";
|
||||||
version = "0.5.17.1";
|
version = "0.5.18";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pigeonhole.dovecot.org/releases/${dovecotMajorMinor}/dovecot-${dovecotMajorMinor}-pigeonhole-${version}.tar.gz";
|
url = "https://pigeonhole.dovecot.org/releases/${dovecotMajorMinor}/dovecot-${dovecotMajorMinor}-pigeonhole-${version}.tar.gz";
|
||||||
sha256 = "04j5z3y8yyci4ni9j9i7cy0zg1qj2sm9zfarmjcvs9vydpga7i1w";
|
hash = "sha256-ptgo+Nby3sulEFND7OXHplJFvZTkaorkQyptl1QxCKU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dovecot openssl ];
|
buildInputs = [ dovecot openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user