Unverified Commit 058e7e4e authored by Aaron Jheng's avatar Aaron Jheng
Browse files

vgrep: 2.6.1 -> 2.7.0

parent 1bdb15de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "vgrep";
  version = "2.6.1";
  version = "2.7.0";

  src = fetchFromGitHub {
    owner = "vrothberg";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-8xLyk1iid3xDCAuZwz1oXsEyboLaxvzm1BEyA2snQt4=";
    hash = "sha256-+KZNNkTuZyF02YDZX3u1KdhOcZ3+Ud6aDGL/sGUN1hI=";
  };

  vendorHash = null;