Skip to content

Commit

Permalink
dovecot_pigeonhole: 0.4.21 -> 0.5.0.1 (#34449)
Browse files Browse the repository at this point in the history
  • Loading branch information
eqyiel authored and fpletz committed Jan 31, 2018
1 parent fefa9ef commit 0b0afe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/mail/dovecot/plugins/pigeonhole/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "dovecot-pigeonhole-${version}";
version = "0.4.21";
version = "0.5.0.1";

src = fetchurl {
url = "http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-${version}.tar.gz";
sha256 = "0snxrx9lk3j0rrcd4jlhwlqk4v31n1qfx2asgwb4scy5i2vrrq2a";
url = "http://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
sha256 = "1lpsdqh9pwqx917z5v23bahhhbrcb3y5ps3l413sli8cn4a6sdan";
};

buildInputs = [ dovecot openssl ];
Expand Down

0 comments on commit 0b0afe9

Please sign in to comment.