goconvey: 1.8.0 -> 1.8.1
This commit is contained in:
parent
f893cc7daa
commit
010ad04bc8
1 changed files with 3 additions and 3 deletions
|
@ -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" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue