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

air: 1.44.0 -> 1.45.0
This commit is contained in:
Matthias Beyer 2023-08-31 09:47:04 +02:00 committed by GitHub
commit 2dd6d2576c
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.44.0";
version = "1.45.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-BLha2PDn7iF0B5OPVkJT6en1Znt/6xiHxuCj14ha9tc=";
hash = "sha256-q1BnY0ztnhtsks1+GC1awR9o6nodXyb8rf1waVAs3gM=";
};
vendorHash = "sha256-n2Ei+jckSYAydAdJnMaPc7FGUcwSbC49hk6nlDyDMPE=";
vendorHash = "sha256-vyuXmQEjy5kPk9cKosHx0JZSZxstYtCNyfLIlRt2bnk=";
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];