We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a93a61 + e9c5289 commit dbbbd03Copy full SHA for dbbbd03
pkgs/by-name/vn/vnstat/package.nix
@@ -11,13 +11,13 @@
11
12
stdenv.mkDerivation rec {
13
pname = "vnstat";
14
- version = "2.12";
+ version = "2.13";
15
16
src = fetchFromGitHub {
17
owner = "vergoh";
18
repo = pname;
19
rev = "v${version}";
20
- sha256 = "sha256-JwVYhmCscEdbwNGa+aKdOt8cIclpvjl4tmWFU3zhcwc=";
+ sha256 = "sha256-Xd3s4Wrtfwis0dxRijeWhfloHcXPUNAj0P91uWi1C3M=";
21
};
22
23
postPatch = ''
0 commit comments