Merge pull request #120916 from r-ryantm/auto-update/air

air: 1.27.2 -> 1.27.3
This commit is contained in:
Ryan Mulligan 2021-04-28 17:47:24 -07:00 committed by GitHub
commit 81a4bce640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "air";
version = "1.27.2";
version = "1.27.3";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
sha256 = "sha256-VQymiDge42JBQwAHfHMF8imBC90uPout0fZRuQVOP5w=";
sha256 = "sha256-QO3cPyr2FqCdoiax/V0fe7kRwT61T3efnfO8uWp8rRM=";
};
vendorSha256 = "sha256-B7AgUFjiW3P1dU88u3kswbCQJ7Qq7rgPlX+b+3Pq1L4=";