3
0
Fork 0
forked from mirrors/nixpkgs

multitail: update from 5.2.12 to 5.2.13

This commit is contained in:
Nixpkgs Monitor 2013-12-21 04:03:39 +02:00 committed by Evgeny Egorochkin
parent 14d3f044b4
commit 22fb324c23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, ncurses }: { stdenv, fetchurl, ncurses }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "multitail-5.2.12"; name = "multitail-5.2.13";
src = fetchurl { src = fetchurl {
url = http://www.vanheusden.com/multitail/multitail-5.2.12.tgz; url = http://www.vanheusden.com/multitail/multitail-5.2.13.tgz;
sha256 = "681d87cd49e11aab1d82ad7818ee639c88a3d305db8accf0859977beda6c493c"; sha256 = "1axgbdm1xkg570j0p150492x7p3mf11shwvn6dz8g4rha7cak4l6";
}; };
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];