Unverified Commit 2ca43e3b authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

stylua: 2.0.2 -> 2.1.0 (#400603)

parents e34158d9 47873c7c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@

rustPlatform.buildRustPackage rec {
  pname = "stylua";
  version = "2.0.2";
  version = "2.1.0";

  src = fetchFromGitHub {
    owner = "johnnymorganz";
    repo = "stylua";
    rev = "v${version}";
    sha256 = "sha256-sZrymo1RRfDLz8fPa7FnbutSpOCFoyQPoFVjA6BH5qQ=";
    sha256 = "sha256-yVie8/aey77WbeUGM6rzuKBKLmAH1Jhhj9Y7LxbvIUw=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-uQCF/u1+slouHypepoPQtaYcsMD7NXhK1qcOl52txXs=";
  cargoHash = "sha256-ow8lldu36qBHcXFgeBhHo2u+sSAFCEFbxUk2oZI7sj4=";

  # remove cargo config so it can find the linker on aarch64-unknown-linux-gnu
  postPatch = ''