pathvector: 6.2.1 -> 6.3.0

This commit is contained in:
R. Ryantm 2023-05-20 18:36:23 +00:00
parent 2ab106dda3
commit 41142c05d3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pathvector";
version = "6.2.1";
version = "6.3.0";
src = fetchFromGitHub {
owner = "natesales";
repo = "pathvector";
rev = "v${version}";
sha256 = "sha256-5A5THSBVOAX+VsBbht7HobiHFEdv6dohUwCeegAijYE=";
sha256 = "sha256-N4mlEfJWov1utqv+Dy+I2G1kf8t82hFYn74guzrsKF0=";
};
vendorHash = "sha256-2G+RqG2i6APvpbOltQeP/Kt7d/LAwbecaYHOFrdnCQo=";
vendorHash = "sha256-hgUuntT6jMWI14qDE3Yjm5W8UqQ6CcvoILmSDaVEZac=";
CGO_ENABLED = 0;