air: 1.61.7 -> 1.62.0

This commit is contained in:
R. Ryantm 2025-05-31 14:29:30 +00:00
parent 910796cabe
commit a687f69e84

View file

@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "air"; pname = "air";
version = "1.61.7"; version = "1.62.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "air-verse"; owner = "air-verse";
repo = "air"; repo = "air";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-+PgJR9+adeko86jUs6/mvkZLgVuIMyd6fv8xxOZB4tE="; hash = "sha256-egduQyC/f8La39pWvVfDuQ2l5oRz5ZPiCqH8wAAS1OA=";
}; };
vendorHash = "sha256-tct0bWTvZhHslqPAe8uOwBx4z6gLAq57igcbV1tg9OU="; vendorHash = "sha256-ESrIn06Uhmq4qP1fdgIcao6ha1ZCqeu3cxJ1vvjRNKk=";
ldflags = [ ldflags = [
"-s" "-s"