air: 1.25 -> 1.27.2

This commit is contained in:
R. RyanTM 2021-04-25 19:48:08 +00:00 committed by tomberek
parent 45c4ce6635
commit 9c75aaf3ae

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