Update vnstat 1.11 -> 1.13

This commit is contained in:
Tobias Geerinckx-Rice 2015-01-19 17:10:57 +01:00
parent 1cd6cb2d6d
commit baef95ebd1

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, ncurses}: {stdenv, fetchurl, ncurses}:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "vnstat-1.11"; name = "vnstat-1.13";
src = fetchurl { src = fetchurl {
url = "http://humdi.net/vnstat/${name}.tar.gz"; url = "http://humdi.net/vnstat/${name}.tar.gz";
sha256 = "09p0mlf49zzmh6jzwyvzd9k3jv7bl8i6w8xl65ns3dmv2zc7c65p"; sha256 = "1kcrxpvp3al1j6kh7k69vwva6kd1ba32wglx95gv55dixfcjakkg";
}; };
installPhase = '' installPhase = ''
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = http://humdi.net/vnstat/; homepage = http://humdi.net/vnstat/;
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
description = "Console-based network statistics utility for Linux"; description = "Console-based network statistics utility for Linux";
maintainers = with stdenv.lib.maintainers; [ nckx ];
}; };
} }