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

vnstat: 2.10 -> 2.11
This commit is contained in:
Weijia Wang 2023-08-29 21:52:36 +02:00 committed by GitHub
commit 6e49a1dd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''