air: 1.46.0 -> 1.49.0

Diff: https://github.com/cosmtrek/air/compare/v1.46.0...v1.49.0
This commit is contained in:
Bastien Riviere 2023-11-01 15:12:24 +01:00
parent d64dbf7253
commit 7f9d454a92
No known key found for this signature in database
GPG Key ID: 4E5F0839249F162E

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "air";
version = "1.46.0";
version = "1.49.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-Y5tvCKpcqCkjUOs6awSE5giRKmtofhGypWN1pT7BEXU=";
hash = "sha256-6XQakQXGFMepX29KeiLlGM6EI8tiIfmKQuqZQXYNoto=";
};
vendorHash = "sha256-vyuXmQEjy5kPk9cKosHx0JZSZxstYtCNyfLIlRt2bnk=";