air: 1.62.0 -> 1.63.0 (#443946)

This commit is contained in:
Nick Cao
2025-09-18 22:43:17 +00:00
committed by GitHub

View File

@@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "air"; pname = "air";
version = "1.62.0"; version = "1.63.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "air-verse"; owner = "air-verse";
repo = "air"; repo = "air";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-egduQyC/f8La39pWvVfDuQ2l5oRz5ZPiCqH8wAAS1OA="; hash = "sha256-S8ARa6vZzKQTUhGt2eEdRDXCFyspSNLdGqhlIy0RjDc=";
}; };
vendorHash = "sha256-ESrIn06Uhmq4qP1fdgIcao6ha1ZCqeu3cxJ1vvjRNKk="; vendorHash = "sha256-1HUWdJc2YaLtszAswQTWn3bevDFJwY5xTCMlYM8j+GU=";
ldflags = [ ldflags = [
"-s" "-s"