Merge pull request #156811 from StephenWithPH/go-swag-enable-auto-update

go-swag: enable automatic updating by r-ryantm
This commit is contained in:
Bobby Rong
2022-01-26 19:15:52 +08:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "swaggo";
repo = "swag";
rev = "df209afeed2334a97c83aff34ea7abcad85c31f6";
rev = "v${version}";
sha256 = "17pmcfkcmgjvs4drs0fyhp2m39gw83s0ck3rdzdkgdhrbhva9ksx";
};