mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update vnstat 1.11 -> 1.13
This commit is contained in:
parent
1cd6cb2d6d
commit
baef95ebd1
1 changed files with 3 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, ncurses}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "vnstat-1.11";
|
||||
name = "vnstat-1.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://humdi.net/vnstat/${name}.tar.gz";
|
||||
sha256 = "09p0mlf49zzmh6jzwyvzd9k3jv7bl8i6w8xl65ns3dmv2zc7c65p";
|
||||
sha256 = "1kcrxpvp3al1j6kh7k69vwva6kd1ba32wglx95gv55dixfcjakkg";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://humdi.net/vnstat/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "Console-based network statistics utility for Linux";
|
||||
maintainers = with stdenv.lib.maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue