go-swag: 1.8.5 -> 1.8.6

This commit is contained in:
R. Ryantm 2022-09-18 12:10:42 +00:00
parent 9c2a7cc09d
commit ef378dba4b

View file

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