air: 1.42.0 -> 1.43.0

This commit is contained in:
R. Ryantm 2023-04-18 00:44:37 +00:00
parent 0a4206a51b
commit 77aa927abc

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "air";
version = "1.42.0";
version = "1.43.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
hash = "sha256-3lnCqetpQ0Gnms5AR7/+eKV8jxhfv0R2LJ4l+74edt4=";
hash = "sha256-gFMT/casY2ASbh0UzUjtgVGCiVFcFHBlvWlRptqRw3Y=";
};
vendorHash = "sha256-uVN99Sgjwtg0IaDuMfuDKWRZRYKVp9UDJwinr56eXOg=";
vendorHash = "sha256-n2Ei+jckSYAydAdJnMaPc7FGUcwSbC49hk6nlDyDMPE=";
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];