air: 1.29.0 -> 1.40.4

This commit is contained in:
R. Ryantm 2022-07-29 03:56:37 +00:00
parent 6c36cf7d3f
commit aee10c8908

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "air";
version = "1.29.0";
version = "1.40.4";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-JbFSEfm8SVyJBgZju3kfIv5WK/kFYTqkU0EH5HXl9cc=";
hash = "sha256-MipTBepFLcP3TJQtCLi/33D6HCJu4oX48tGnSGG5qho=";
};
vendorSha256 = "sha256-MEIPkron42OJioV7PPhnLWVevjKDs5Bw3jDmvZbac9s=";
vendorSha256 = "sha256-+hZpCIDASPerI7Wetpx+ah2H5ODjoeyoqUi+uFwR/9A=";
subPackages = [ "." ];