vnstat: 2.9 -> 2.10

This commit is contained in:
R. Ryantm 2022-10-23 05:07:36 +00:00
parent 963072bce5
commit ab9e48e63a

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "vnstat";
version = "2.9";
version = "2.10";
src = fetchFromGitHub {
owner = "vergoh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AEpq3Pn/WUiPDxYk6WKb1Uur5tD+OBfFAzLUDWnZH/0=";
sha256 = "sha256-XBApdQA6E2mx9WPIEiY9z2vxJS3qR0mjBnhbft4LNuQ=";
};
postPatch = ''