Merge pull request #191791 from r-ryantm/auto-update/go-swag

go-swag: 1.8.5 -> 1.8.6
This commit is contained in:
Mario Rodas 2022-09-18 13:44:03 -05:00 committed by GitHub
commit 3b9c01348c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-swag";
version = "1.8.5";
version = "1.8.6";
src = fetchFromGitHub {
owner = "swaggo";
repo = "swag";
rev = "v${version}";
sha256 = "sha256-S+WhBenTMyN7nM/UQIuMH1t9I/DRzQWN6g6tOWT71uo=";
sha256 = "sha256-WpxKddCwlsOu1xL/HcxuA07oucYobRSJfoWHG2QieVQ=";
};
vendorSha256 = "sha256-RqhGGIwruAlrif2FZ+tvsicns56Ifjpy2ZHovDyjdB4=";