air: 1.27.8 -> 1.27.9

This commit is contained in:
R. Ryantm 2022-01-23 21:06:49 +00:00 committed by Jonathan Ringer
parent 3b4241a4a1
commit 9a1d024bb1

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "air";
version = "1.27.8";
version = "1.27.9";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
sha256 = "sha256-CVx4TDDAVIrJ3lnD2AIuxhmTV+/sIA0viX20zFkznNc=";
sha256 = "sha256-8VuCZoAV54TG8MiF6n5O8ZStGujfJ/7w95BYhe5/7dE=";
};
vendorSha256 = "sha256-dloXz1hiKAQUmSQv1rLbE5vYrZpKAcwakC71AFXWZqM=";
vendorSha256 = "sha256-gUZPX1ymyzf0IuCpK8Nsq2UKPV5f9SAReJ6YxgpxpqE=";
subPackages = [ "." ];