Merge pull request #218915 from r-ryantm/auto-update/air

air: 1.41.0 -> 1.42.0
This commit is contained in:
Nick Cao 2023-03-01 15:05:45 +08:00 committed by GitHub
commit 2641dc0e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "air";
version = "1.41.0";
version = "1.42.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-31C1iNiYokClAZlk9KOVE12lFdOKJBSOwQK+zOp082k=";
hash = "sha256-3lnCqetpQ0Gnms5AR7/+eKV8jxhfv0R2LJ4l+74edt4=";
};
vendorHash = "sha256-i3bXf/EsPAJOg2aWh4mANtNeRXnie4jtuLCd/01DB/0=";
vendorHash = "sha256-uVN99Sgjwtg0IaDuMfuDKWRZRYKVp9UDJwinr56eXOg=";
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];