vnstat: 2.11 -> 2.12

This commit is contained in:
R. Ryantm 2024-01-22 04:29:00 +00:00
parent 0fbb6483cf
commit b5825501c9

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