nexttrace: 1.1.7-1 -> 1.2.1.1
This commit is contained in:
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nexttrace";
|
pname = "nexttrace";
|
||||||
version = "1.1.7-1";
|
version = "1.2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sjlleo";
|
owner = "sjlleo";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ZMbX37gi9aGamDtoTdfUMiCPieP4DhjBSE5CIJLK6Z0=";
|
sha256 = "sha256-B3NHY4wYCa3lR3XPqhjcrgf9iA4Bz/8bKrwxdNSa1Bk=";
|
||||||
};
|
};
|
||||||
vendorHash = "sha256-u5EIzYWr81tmMmImoRH0wT7aD3/0tx+W3CXeymWVACM=";
|
vendorHash = "sha256-8etZelvdUmHNWC0FnSX9oO3reuhB7xIzd/KxPTt6Szc=";
|
||||||
|
|
||||||
doCheck = false; # Tests require a network connection.
|
doCheck = false; # Tests require a network connection.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user