nexttrace: 1.3.5 -> 1.3.7

This commit is contained in:
R. Ryantm
2025-04-15 08:46:48 +00:00
parent 3e25744694
commit 8872248745
+3 -3
View File
@@ -7,15 +7,15 @@
buildGoModule rec {
pname = "nexttrace";
version = "1.3.5";
version = "1.3.7";
src = fetchFromGitHub {
owner = "nxtrace";
repo = "NTrace-core";
rev = "v${version}";
sha256 = "sha256-32QFgmvXQ+8ix1N9I6pJaIJGWOT67/FG0VVEhftwQQw=";
sha256 = "sha256-UmViXxyOvzs2ifG7y+OA+/BjzbF6YIc6sjDUN+ttS8w=";
};
vendorHash = "sha256-WRH9doQavcdH1sd2fS8QoFSmlirBMZgSzB/sj1q6cUQ=";
vendorHash = "sha256-rSCg6TeCVdYldghmFCXtv2R9mQ97b3DogZhFcSTzt4o=";
doCheck = false; # Tests require a network connection.