We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f58f1ec + e51fb20 commit c223ba3Copy full SHA for c223ba3
pkgs/by-name/ai/air-formatter/package.nix
@@ -7,20 +7,20 @@
7
}:
8
rustPlatform.buildRustPackage (finalAttrs: {
9
pname = "air-formatter";
10
- version = "0.5.0";
+ version = "0.6.0";
11
12
src = fetchFromGitHub {
13
owner = "posit-dev";
14
repo = "air";
15
tag = finalAttrs.version;
16
- hash = "sha256-0eka87HKanB4Q8SfV04u01O92MJorJ9lBT8HqijADUs=";
+ hash = "sha256-32/wdz4CFYM/PFVSQiqYErXGHHn2KJyreiQq48vQryY=";
17
};
18
19
# Remove duplicate entries from cargo lock
20
cargoPatches = [ ./cargo-lock.patch ];
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-R+al7LWHDvVubfdQVVue1wmgl5do5m06JD5akj1NB9Q=";
+ cargoHash = "sha256-zPT47K8OGtprxQt3ZOF2xmf6IRV5rsKWXeaXlyBdVlE=";
24
25
useNextest = true;
26
0 commit comments