Skip to content

Commit e51fb20

Browse files
committed
1 parent 0382c94 commit e51fb20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ai/air-formatter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
}:
88
rustPlatform.buildRustPackage (finalAttrs: {
99
pname = "air-formatter";
10-
version = "0.5.0";
10+
version = "0.6.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "posit-dev";
1414
repo = "air";
1515
tag = finalAttrs.version;
16-
hash = "sha256-0eka87HKanB4Q8SfV04u01O92MJorJ9lBT8HqijADUs=";
16+
hash = "sha256-32/wdz4CFYM/PFVSQiqYErXGHHn2KJyreiQq48vQryY=";
1717
};
1818

1919
# Remove duplicate entries from cargo lock
2020
cargoPatches = [ ./cargo-lock.patch ];
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-R+al7LWHDvVubfdQVVue1wmgl5do5m06JD5akj1NB9Q=";
23+
cargoHash = "sha256-zPT47K8OGtprxQt3ZOF2xmf6IRV5rsKWXeaXlyBdVlE=";
2424

2525
useNextest = true;
2626

0 commit comments

Comments
 (0)