Merge pull request #218915 from r-ryantm/auto-update/air
air: 1.41.0 -> 1.42.0
This commit is contained in:
commit
2641dc0e0c
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "air";
|
pname = "air";
|
||||||
version = "1.41.0";
|
version = "1.42.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cosmtrek";
|
owner = "cosmtrek";
|
||||||
repo = "air";
|
repo = "air";
|
||||||
rev = "v${version}";
|
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}" ];
|
ldflags = [ "-s" "-w" "-X=main.airVersion=${version}" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user