Unverified Commit 0705f6c2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gomtree: 0.5.4 -> 0.6.0 (#441297)

parents c1860dfc 1d5176aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "gomtree";
  version = "0.5.4";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "vbatts";
    repo = "go-mtree";
    rev = "v${version}";
    hash = "sha256-MDX16z4H1fyuV5atEsZHReJyvC+MRdeA54DORCFtpqI=";
    hash = "sha256-SCjmyvZZGI/vQg2Ok4vw6v4Om8pNgdWDBwWVB/LIKaA=";
  };

  vendorHash = null;