Unverified Commit 70352009 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #183711 from r-ryantm/auto-update/pathvector

pathvector: 5.12.0 -> 6.0.1
parents edccaead bc3fa39c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "pathvector";
  version = "5.12.0";
  version = "6.0.1";

  src = fetchFromGitHub {
    owner = "natesales";
    repo = "pathvector";
    rev = "v${version}";
    sha256 = "sha256-RdUZkkALEdyq+YKtgGE/P8eTX2v3fdYHF1wpZEyfkgY=";
    sha256 = "sha256-2fCkQVpIcZjKA7URvZyt0DdMyUndLFv1BhsANThghKs=";
  };

  vendorSha256 = "sha256-oxLMfmHLaOQwpRYwnHRQY0mIV5/fZ65RDgKVs0Kzd2Q=";
  vendorSha256 = "sha256-bqfYILEGgbnla7EUrzjIO2mMAuL6e4WI2OHUwOr6i+g=";

  CGO_ENABLED = 0;