Unverified Commit 46672dab authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

vnstat: 2.9 -> 2.10
parents 79b2364c ab9e48e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "vnstat";
  version = "2.9";
  version = "2.10";

  src = fetchFromGitHub {
    owner = "vergoh";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-AEpq3Pn/WUiPDxYk6WKb1Uur5tD+OBfFAzLUDWnZH/0=";
    sha256 = "sha256-XBApdQA6E2mx9WPIEiY9z2vxJS3qR0mjBnhbft4LNuQ=";
  };

  postPatch = ''