about summary refs log tree commit diff
path: root/pkgs/applications/networking/vnstat
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-22 04:29:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-22 04:29:00 +0000
commitb5825501c9edd27eb36b5388d01d552266d3d060 (patch)
tree36b4f030d2f2df7c11c0bfa4f6281055a168a203 /pkgs/applications/networking/vnstat
parent0fbb6483cf73b18d4ef0b927892dcc36642c0e8f (diff)
vnstat: 2.11 -> 2.12
Diffstat (limited to 'pkgs/applications/networking/vnstat')
-rw-r--r--pkgs/applications/networking/vnstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/vnstat/default.nix b/pkgs/applications/networking/vnstat/default.nix
index 6eb7271d8f308..828a2514c7666 100644
--- a/pkgs/applications/networking/vnstat/default.nix
+++ b/pkgs/applications/networking/vnstat/default.nix
@@ -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 = ''