goconvey: 1.8.0 -> 1.8.1

This commit is contained in:
Aaron Jheng 2024-02-15 12:30:46 +08:00
parent f893cc7daa
commit 010ad04bc8
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "goconvey";
version = "1.8.0";
version = "1.8.1";
excludedPackages = "web/server/watch/integration_testing";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "smartystreets";
repo = "goconvey";
rev = "v${version}";
sha256 = "sha256-JgforTGu5aiQHltZrAfy16Bsu4UJ2pj6cCiof6sxz7s=";
hash = "sha256-6SrlPsOqRxNNwEYx2t1v+rEHnQ58GvJtjo87SZo/Omk=";
};
vendorHash = "sha256-CCtWsljI14VOGjPid6ouzvieDbylh9ljoUcAoR9r4b4=";
vendorHash = "sha256-020bxa0LErrvRKe3HirCWZDaBQFfKsWgl4mxfLtl1lg=";
ldflags = [ "-s" "-w" ];