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

vnstat: 2.11 -> 2.12
This commit is contained in:
Weijia Wang 2024-01-27 19:31:12 +01:00 committed by GitHub
commit 14b2cfcacc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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