vnstat: 2.10 -> 2.11

This commit is contained in:
R. Ryantm 2023-08-26 05:26:21 +00:00
parent 5b5a68c217
commit 0e67341785

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "vnstat";
version = "2.10";
version = "2.11";
src = fetchFromGitHub {
owner = "vergoh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-XBApdQA6E2mx9WPIEiY9z2vxJS3qR0mjBnhbft4LNuQ=";
sha256 = "sha256-IO5B+jyY6izPpam3Qt4Hu8BOGwfO10ER/GFEbsQORK0=";
};
postPatch = ''