goconvey: 1.8.1 -> 1.8.1-unstable-2024-03-06; unpin Go version
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
80d49ca71e
commit
f3660d3769
2 changed files with 5 additions and 7 deletions
|
@ -2,18 +2,18 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "goconvey";
|
||||
version = "1.8.1";
|
||||
version = "1.8.1-unstable-2024-03-06";
|
||||
|
||||
excludedPackages = "web/server/watch/integration_testing";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "smartystreets";
|
||||
repo = "goconvey";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-6SrlPsOqRxNNwEYx2t1v+rEHnQ58GvJtjo87SZo/Omk=";
|
||||
rev = "a50310f1e3e53e63e2d23eb904f853aa388a5988";
|
||||
hash = "sha256-w5eX/n6Wu2gYgCIhgtjqH3lNckWIDaN4r80cJW3JqFo=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-020bxa0LErrvRKe3HirCWZDaBQFfKsWgl4mxfLtl1lg=";
|
||||
vendorHash = "sha256-P4J/CZY95ks08DC+gSqG+eanL3zoiaoz1d9/ZvBoc9Q=";
|
||||
|
||||
ldflags = [ "-s" "-w" ];
|
||||
|
||||
|
|
|
@ -28010,9 +28010,7 @@ with pkgs;
|
|||
|
||||
goconst = callPackage ../development/tools/goconst { };
|
||||
|
||||
goconvey = callPackage ../development/tools/goconvey {
|
||||
buildGoModule = buildGo120Module;
|
||||
};
|
||||
goconvey = callPackage ../development/tools/goconvey { };
|
||||
|
||||
go-callvis = callPackage ../development/tools/go-callvis { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue