Skip to content

Commit

Permalink
nexttrace: 1.3.3 -> 1.3.4 (NixOS#343190)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Sep 20, 2024
2 parents c49a5d3 + e94d908 commit fa2f577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/nexttrace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

buildGoModule rec {
pname = "nexttrace";
version = "1.3.3";
version = "1.3.4";

src = fetchFromGitHub {
owner = "nxtrace";
repo = "NTrace-core";
rev = "v${version}";
sha256 = "sha256-Aoa3cqjnyPXxS0KRZ+2L0EK5KhjEUVQtQuKbO+ouo3I=";
sha256 = "sha256-LUIKVMI8ljPzAmrq3jYQ+ZDCGs2p+7EO8ECp1A1osUk=";
};
vendorHash = "sha256-AhoS/I1ypHI4oxsBaFGsMA74eX8so1kAf5Fui36uDaE=";
vendorHash = "sha256-1zjXy6x/IzBY7MrtAtynmoneEpjAnYv/H5IsMZtRQAo=";

doCheck = false; # Tests require a network connection.

Expand Down

0 comments on commit fa2f577

Please sign in to comment.