mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nexttrace: 1.3.7 -> 1.4.0
This commit is contained in:
parent
94bf536ca0
commit
781d00aab2
1 changed files with 3 additions and 3 deletions
|
@ -7,15 +7,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nexttrace";
|
pname = "nexttrace";
|
||||||
version = "1.3.7";
|
version = "1.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nxtrace";
|
owner = "nxtrace";
|
||||||
repo = "NTrace-core";
|
repo = "NTrace-core";
|
||||||
rev = "v${version}";
|
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.
|
doCheck = false; # Tests require a network connection.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue