3
0
Fork 0
forked from mirrors/nixpkgs

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

vnstat: 2.8 -> 2.9
This commit is contained in:
Bobby Rong 2022-01-25 16:51:36 +08:00 committed by GitHub
commit b074eb6b05
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.8";
version = "2.9";
src = fetchFromGitHub {
owner = "vergoh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-r+dmsL3bPgCDdBje7uzg+ArhMkqj+R/hepNLMDqe350=";
sha256 = "sha256-AEpq3Pn/WUiPDxYk6WKb1Uur5tD+OBfFAzLUDWnZH/0=";
};
postPatch = ''