tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
air: 1.43.0 -> 1.44.0
R. Ryantm
2 years ago
d8d3bcc7
3f697e80
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
air
default.nix
+2
-2
pkgs/development/tools/air/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "air";
5
5
-
version = "1.43.0";
5
5
+
version = "1.44.0";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "cosmtrek";
9
9
repo = "air";
10
10
rev = "v${version}";
11
11
-
hash = "sha256-gFMT/casY2ASbh0UzUjtgVGCiVFcFHBlvWlRptqRw3Y=";
11
11
+
hash = "sha256-BLha2PDn7iF0B5OPVkJT6en1Znt/6xiHxuCj14ha9tc=";
12
12
};
13
13
14
14
vendorHash = "sha256-n2Ei+jckSYAydAdJnMaPc7FGUcwSbC49hk6nlDyDMPE=";