dovecot_pigeonhole: 0.5.13 -> 0.5.14
This commit is contained in:
parent
0b6c9a4c38
commit
c543f4d884
@ -1,12 +1,13 @@
|
|||||||
{ lib, stdenv, fetchurl, dovecot, openssl }:
|
{ lib, stdenv, fetchurl, dovecot, openssl }:
|
||||||
|
let
|
||||||
stdenv.mkDerivation rec {
|
dovecotMajorMinor = lib.versions.majorMinor dovecot.version;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
pname = "dovecot-pigeonhole";
|
pname = "dovecot-pigeonhole";
|
||||||
version = "0.5.13";
|
version = "0.5.14";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pigeonhole.dovecot.org/releases/2.3/dovecot-2.3-pigeonhole-${version}.tar.gz";
|
url = "https://pigeonhole.dovecot.org/releases/${dovecotMajorMinor}/dovecot-${dovecotMajorMinor}-pigeonhole-${version}.tar.gz";
|
||||||
sha256 = "05xz2d82ck6lmv94nbc3qff09j8b60a5640i3fmqwqsvv9kfa7wi";
|
sha256 = "1lmjzz4kd90wbdslacybizd1dks4bhwmrx39lj8b19naldw0zjk8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dovecot openssl ];
|
buildInputs = [ dovecot openssl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user