Skip to content

Commit

Permalink
Merge pull request #222968 from r-ryantm/auto-update/go-swag
Browse files Browse the repository at this point in the history
go-swag: 1.8.10 -> 1.8.11
  • Loading branch information
marsam authored Mar 26, 2023
2 parents bdfe386 + 260a0f4 commit a983cc6
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.10";
version = "1.8.11";

src = fetchFromGitHub {
owner = "swaggo";
repo = "swag";
rev = "v${version}";
sha256 = "sha256-PDK1TI99/8hAuyK4NOb357WZG0JBno8er8HMfus5V7Q=";
sha256 = "sha256-clWYiDJN9fJLLkMfURPKb377+YX7DZzwXWZ/YDW4fLU=";
};

vendorHash = "sha256-iu4rSgB7Gu5n1Sgu0jU9QwdwvuZ5rAqysvKuBnJd2jQ=";
vendorHash = "sha256-0fubBlipY4eogg68JHZVO+fOAQMRKOqhk8z0qNLvDjM=";

subPackages = [ "cmd/swag" ];

Expand Down

0 comments on commit a983cc6

Please sign in to comment.