air-formatter: 0.6.0 -> 0.7.0 (#414590)

authored by Gaétan Lepage and committed by GitHub d87d473c 02aa94e2

+3 -3
+3 -3
pkgs/by-name/ai/air-formatter/package.nix
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "air-formatter"; 10 - version = "0.6.0"; 11 12 src = fetchFromGitHub { 13 owner = "posit-dev"; 14 repo = "air"; 15 tag = finalAttrs.version; 16 - 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-zPT47K8OGtprxQt3ZOF2xmf6IRV5rsKWXeaXlyBdVlE="; 24 25 useNextest = true; 26
··· 7 }: 8 rustPlatform.buildRustPackage (finalAttrs: { 9 pname = "air-formatter"; 10 + version = "0.7.0"; 11 12 src = fetchFromGitHub { 13 owner = "posit-dev"; 14 repo = "air"; 15 tag = finalAttrs.version; 16 + hash = "sha256-jFOhTol5e3TcU217HgcCKutydTePmc5/viilgiJqpqE="; 17 }; 18 19 # Remove duplicate entries from cargo lock 20 cargoPatches = [ ./cargo-lock.patch ]; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-3v/pgm6BjPvQToSmZ2PrUWTrgffjifB3Xmp1liWCUck="; 24 25 useNextest = true; 26