air: 1.27.3 -> 1.27.8

main
R. Ryantm 3 years ago
parent af6071db60
commit 32451b55b7
  1. 6
      pkgs/development/tools/air/default.nix

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "air";
version = "1.27.3";
version = "1.27.8";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
sha256 = "sha256-QO3cPyr2FqCdoiax/V0fe7kRwT61T3efnfO8uWp8rRM=";
sha256 = "sha256-CVx4TDDAVIrJ3lnD2AIuxhmTV+/sIA0viX20zFkznNc=";
};
vendorSha256 = "sha256-B7AgUFjiW3P1dU88u3kswbCQJ7Qq7rgPlX+b+3Pq1L4=";
vendorSha256 = "sha256-dloXz1hiKAQUmSQv1rLbE5vYrZpKAcwakC71AFXWZqM=";
subPackages = [ "." ];

Loading…
Cancel
Save