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

go-swag: 1.8.6 -> 1.8.7

authored by figsoda and committed by GitHub 33a0a67c 32096899

+3 -3
+3 -3
pkgs/development/tools/go-swag/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "go-swag"; 5 - version = "1.8.6"; 5 + version = "1.8.7"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "swaggo"; 9 9 repo = "swag"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-WpxKddCwlsOu1xL/HcxuA07oucYobRSJfoWHG2QieVQ="; 11 + sha256 = "sha256-HQ3VsYnPZGGZkeu8sc1sfKfRdOUWmdb98OQaIB62Yk4="; 12 12 }; 13 13 14 - vendorSha256 = "sha256-RqhGGIwruAlrif2FZ+tvsicns56Ifjpy2ZHovDyjdB4="; 14 + vendorSha256 = "sha256-iu4rSgB7Gu5n1Sgu0jU9QwdwvuZ5rAqysvKuBnJd2jQ="; 15 15 16 16 subPackages = [ "cmd/swag" ]; 17 17