diff options
author | Ryan Mulligan | 2021-04-28 17:47:24 -0700 |
---|---|---|
committer | GitHub | 2021-04-28 17:47:24 -0700 |
commit | 81a4bce640511b42fd71a040a2bf6e1038650ff7 (patch) | |
tree | 7f6f44b67f357c4c3130e403f1588afa6bd5f43e | |
parent | 15c8ab621f352fc55fc0676b81fe00367eaf7e95 (diff) | |
parent | 3931eaceab781d76833d3ddc74da75f71cf651dd (diff) |
Merge pull request #120916 from r-ryantm/auto-update/air
air: 1.27.2 -> 1.27.3
-rw-r--r-- | pkgs/development/tools/air/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/air/default.nix b/pkgs/development/tools/air/default.nix index 28cb6bf7a46c..1950b969d66d 100644 --- a/pkgs/development/tools/air/default.nix +++ b/pkgs/development/tools/air/default.nix @@ -2,13 +2,13 @@ buildGoModule rec { pname = "air"; - version = "1.27.2"; + version = "1.27.3"; src = fetchFromGitHub { owner = "cosmtrek"; repo = "air"; rev = "v${version}"; - sha256 = "sha256-VQymiDge42JBQwAHfHMF8imBC90uPout0fZRuQVOP5w="; + sha256 = "sha256-QO3cPyr2FqCdoiax/V0fe7kRwT61T3efnfO8uWp8rRM="; }; vendorSha256 = "sha256-B7AgUFjiW3P1dU88u3kswbCQJ7Qq7rgPlX+b+3Pq1L4="; |