mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
Merge pull request #257790 from r-ryantm/auto-update/go-swag
go-swag: 1.8.12 -> 1.16.3
This commit is contained in:
commit
48cb540846
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "go-swag";
|
pname = "go-swag";
|
||||||
version = "1.8.12";
|
version = "1.16.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "swaggo";
|
owner = "swaggo";
|
||||||
repo = "swag";
|
repo = "swag";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-2rnaPN4C4pn9Whk5X2z1VVxm679EUpQdumJZx5uulr4=";
|
sha256 = "sha256-wS5m3dBiILxmVb6P559fGcONdCWc/5hhLAVMC+G1QZs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-yQPmiK1CQNn3sr482OEkdRLK6YP8CvPMA/nPGdVJbMc=";
|
vendorHash = "sha256-BxWmEcx5IIT/yI46CJGE0vE1BRm5zwngc0x1dVy/04s=";
|
||||||
|
|
||||||
subPackages = [ "cmd/swag" ];
|
subPackages = [ "cmd/swag" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user