Merge pull request #223778 from puppeteer701/master

go-swag: 1.8.11 -> 1.8.12
This commit is contained in:
Mario Rodas 2023-04-01 18:16:40 -05:00 committed by GitHub
commit 1864ce52a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go-swag"; pname = "go-swag";
version = "1.8.11"; version = "1.8.12";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swaggo"; owner = "swaggo";
repo = "swag"; repo = "swag";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-clWYiDJN9fJLLkMfURPKb377+YX7DZzwXWZ/YDW4fLU="; sha256 = "sha256-2rnaPN4C4pn9Whk5X2z1VVxm679EUpQdumJZx5uulr4=";
}; };
vendorHash = "sha256-0fubBlipY4eogg68JHZVO+fOAQMRKOqhk8z0qNLvDjM="; vendorHash = "sha256-yQPmiK1CQNn3sr482OEkdRLK6YP8CvPMA/nPGdVJbMc=";
subPackages = [ "cmd/swag" ]; subPackages = [ "cmd/swag" ];