go-swag: 1.8.11 -> 1.8.12

This commit is contained in:
Matjaz 2023-03-29 18:49:17 +01:00
parent f8efa87fb5
commit b7d7a34d2e
No known key found for this signature in database
GPG Key ID: 859B1D22BDF466B9

View File

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