mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #236256 from r-ryantm/auto-update/nexttrace
nexttrace: 1.1.6 -> 1.1.7-1
This commit is contained in:
commit
d6aafca4ad
@ -2,22 +2,22 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nexttrace";
|
pname = "nexttrace";
|
||||||
version = "1.1.6";
|
version = "1.1.7-1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sjlleo";
|
owner = "sjlleo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-nANxqASwvYYoTTZeQpHyJfldS58rmKga+I5QYMRgvQA=";
|
sha256 = "sha256-ZMbX37gi9aGamDtoTdfUMiCPieP4DhjBSE5CIJLK6Z0=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-1geVqj4W9HoMCM1OkGqpYqHj2jGoGEU9Zv6fkaHBzpk=";
|
vendorHash = "sha256-u5EIzYWr81tmMmImoRH0wT7aD3/0tx+W3CXeymWVACM=";
|
||||||
|
|
||||||
doCheck = false; # Tests require a network connection.
|
doCheck = false; # Tests require a network connection.
|
||||||
|
|
||||||
ldflags = [
|
ldflags = [
|
||||||
"-s"
|
"-s"
|
||||||
"-w"
|
"-w"
|
||||||
"-X github.com/xgadget-lab/nexttrace/printer.version=v${version}"
|
"-X github.com/xgadget-lab/nexttrace/config.Version=v${version}"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user