air: 1.61.7 -> 1.62.0 (#412682)

This commit is contained in:
Nick Cao 2025-06-01 09:58:33 -04:00 committed by GitHub
commit 864b14da89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"