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

vnstat: 2.7 -> 2.8
This commit is contained in:
Bobby Rong 2021-09-16 09:35:02 +08:00 committed by GitHub
commit a108bda35b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "vnstat"; pname = "vnstat";
version = "2.7"; version = "2.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vergoh"; owner = "vergoh";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "105krrc7hl5mbj89i1k3w8yzqrg4f0q96lmyv4rc7fhhds5zam2h"; sha256 = "sha256-r+dmsL3bPgCDdBje7uzg+ArhMkqj+R/hepNLMDqe350=";
}; };
postPatch = '' postPatch = ''