dovecot_pigeonhole: 0.5.19 -> 0.5.20

https://raw.githubusercontent.com/dovecot/pigeonhole/0.5.20/NEWS
This commit is contained in:
Thomas Gerbet 2022-12-22 15:51:30 +01:00
parent 82373dfc74
commit 10089b769e

View file

@ -3,11 +3,11 @@ let
dovecotMajorMinor = lib.versions.majorMinor dovecot.version;
in stdenv.mkDerivation rec {
pname = "dovecot-pigeonhole";
version = "0.5.19";
version = "0.5.20";
src = fetchurl {
url = "https://pigeonhole.dovecot.org/releases/${dovecotMajorMinor}/dovecot-${dovecotMajorMinor}-pigeonhole-${version}.tar.gz";
hash = "sha256:033kkhby9k9yrmgvlfmyzp8fccsw5bhq1dyvxj94sg3grkpj7f8h";
hash = "sha256-rjK9SHDqLBMorgm6IG6ewSEoBG1q/KUvu8nvf3VhfJg=";
};
buildInputs = [ dovecot openssl ];