nexttrace: 1.3.7 -> 1.4.0

This commit is contained in:
R. Ryantm 2025-04-24 14:19:43 +00:00
parent 94bf536ca0
commit 781d00aab2

View file

@ -7,15 +7,15 @@
buildGoModule rec {
pname = "nexttrace";
version = "1.3.7";
version = "1.4.0";
src = fetchFromGitHub {
owner = "nxtrace";
repo = "NTrace-core";
rev = "v${version}";
sha256 = "sha256-UmViXxyOvzs2ifG7y+OA+/BjzbF6YIc6sjDUN+ttS8w=";
sha256 = "sha256-S3rxA5V3x4xdfUiq+XnP2ObE2gQ/3IcooIx6ShNkLrc=";
};
vendorHash = "sha256-rSCg6TeCVdYldghmFCXtv2R9mQ97b3DogZhFcSTzt4o=";
vendorHash = "sha256-9CNreBLmx1t95M8BijfytDxDrr/GL1GPI/ed9SdYae4=";
doCheck = false; # Tests require a network connection.