go-swag: 1.8.7 -> 1.8.8

This commit is contained in:
R. Ryantm 2022-11-26 06:45:53 +00:00
parent 32802abcfd
commit 656aac9b5f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-swag";
version = "1.8.7";
version = "1.8.8";
src = fetchFromGitHub {
owner = "swaggo";
repo = "swag";
rev = "v${version}";
sha256 = "sha256-HQ3VsYnPZGGZkeu8sc1sfKfRdOUWmdb98OQaIB62Yk4=";
sha256 = "sha256-xERuD15NEmBqosNAUmWEGqWVXc9jLA9HrbZrqmzhLFA=";
};
vendorSha256 = "sha256-iu4rSgB7Gu5n1Sgu0jU9QwdwvuZ5rAqysvKuBnJd2jQ=";