air: 1.51.0 -> 1.52.0

This commit is contained in:
R. Ryantm 2024-05-06 01:38:33 +00:00
parent 48705e5f4d
commit 1e59180ac4

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "air";
version = "1.51.0";
version = "1.52.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-Vkg3QPUvhJphmZ7Ek3tuFnSEjfSy6LfctGMA07IufUU=";
hash = "sha256-7iqS8p53Pyk2WQVkbTVA7eJNnD2KvO41S+JJBTFOToQ=";
};
vendorHash = "sha256-dSu00NAq6hEOdJxXp+12UaUq32z53Wzla3/u+2nxqPw=";