Skip to content

Commit

Permalink
Merge pull request #257790 from r-ryantm/auto-update/go-swag
Browse files Browse the repository at this point in the history
go-swag: 1.8.12 -> 1.16.3
  • Loading branch information
wegank committed Mar 17, 2024
2 parents 34ad8c9 + c3d9763 commit 48cb540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-swag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "go-swag";
version = "1.8.12";
version = "1.16.3";

src = fetchFromGitHub {
owner = "swaggo";
repo = "swag";
rev = "v${version}";
sha256 = "sha256-2rnaPN4C4pn9Whk5X2z1VVxm679EUpQdumJZx5uulr4=";
sha256 = "sha256-wS5m3dBiILxmVb6P559fGcONdCWc/5hhLAVMC+G1QZs=";
};

vendorHash = "sha256-yQPmiK1CQNn3sr482OEkdRLK6YP8CvPMA/nPGdVJbMc=";
vendorHash = "sha256-BxWmEcx5IIT/yI46CJGE0vE1BRm5zwngc0x1dVy/04s=";

subPackages = [ "cmd/swag" ];

Expand Down

0 comments on commit 48cb540

Please sign in to comment.