3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #170493 from armeenm/bump-air

air: 1.28.0 -> 1.29.0
This commit is contained in:
Mario Rodas 2022-05-21 17:01:42 -05:00 committed by GitHub
commit dcd16a1129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "air";
version = "1.28.0";
version = "1.29.0";
src = fetchFromGitHub {
owner = "cosmtrek";
repo = "air";
rev = "v${version}";
sha256 = "sha256-JbFSEfm8SVyJBgZju3kfIv5WK/kFYTqkU0EH5HXl9cc=";
hash = "sha256-JbFSEfm8SVyJBgZju3kfIv5WK/kFYTqkU0EH5HXl9cc=";
};
vendorSha256 = "sha256-MEIPkron42OJioV7PPhnLWVevjKDs5Bw3jDmvZbac9s=";