Unverified Commit c223ba3b authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

air-formatter: 0.5.0 -> 0.6.0 (#408877)

parents f58f1ecf e51fb207
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,20 +7,20 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "air-formatter";
  version = "0.5.0";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "posit-dev";
    repo = "air";
    tag = finalAttrs.version;
    hash = "sha256-0eka87HKanB4Q8SfV04u01O92MJorJ9lBT8HqijADUs=";
    hash = "sha256-32/wdz4CFYM/PFVSQiqYErXGHHn2KJyreiQq48vQryY=";
  };

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

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

  useNextest = true;