Merge pull request #197328 from r-ryantm/auto-update/vnstat

vnstat: 2.9 -> 2.10
This commit is contained in:
Mario Rodas
2022-10-23 10:09:21 -05:00
committed by GitHub
@@ -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 = ''