pathvector: 6.1.0 -> 6.2.1

This commit is contained in:
R. Ryantm 2023-04-21 23:04:24 +00:00
parent 89d59988a7
commit 40b646c5b0

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pathvector";
version = "6.1.0";
version = "6.2.1";
src = fetchFromGitHub {
owner = "natesales";
repo = "pathvector";
rev = "v${version}";
sha256 = "sha256-tMcoL+nvvMBCWSVD+l42e6IlOIj8ERP9pgBHcJBtegY=";
sha256 = "sha256-5A5THSBVOAX+VsBbht7HobiHFEdv6dohUwCeegAijYE=";
};
vendorHash = "sha256-+GML6a9LzHZfByHv7ODp7fHBauExsZTzUccMEeeOFNg=";
vendorHash = "sha256-2G+RqG2i6APvpbOltQeP/Kt7d/LAwbecaYHOFrdnCQo=";
CGO_ENABLED = 0;