logcheck: update from 1.3.16 to 1.3.17

This commit is contained in:
Evgeny Egorochkin 2014-10-27 07:05:22 +02:00
parent a506faf9f9
commit 7a01610988
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
_name = "logcheck"; _name = "logcheck";
version = "1.3.16"; version = "1.3.17";
name = "${_name}-${version}"; name = "${_name}-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://debian/pool/main/l/${_name}/${_name}_${version}.tar.xz"; url = "mirror://debian/pool/main/l/${_name}/${_name}_${version}.tar.xz";
sha256 = "1rmq4s2fj86226ncw2kdjvjbi29375gd7vdq62fsbjxm4m6nzsiy"; sha256 = "0fphzaljc9ddv1x6l3zdf9cbarqgzpdqaqwm3plmarcc7qrgrly2";
}; };
preConfigure = '' preConfigure = ''