Unverified Commit 7e306889 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #254439 from figsoda/stylua

stylua: 0.18.1 -> 0.18.2
parents 455ae666 8a286fcd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
  pname = "stylua";
  version = "0.18.1";
  version = "0.18.2";

  src = fetchFromGitHub {
    owner = "johnnymorganz";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-R/GFAbaR/f3kO1n4jQyCPOkfG9fRubnuQy0VUg0NqKw=";
    sha256 = "sha256-f4U3vzgvFF1N6X8f8zwtqSaQfiwNX7CecpcJ0GKx2P0=";
  };

  cargoSha256 = "sha256-Ca6HNhdT5/CAI3qyzM7wBuCYYOPOHEyP+QyDia1csUo=";
  cargoSha256 = "sha256-az5j0qvP3mZXRJZOmslDb40MSMS+iAvXYVNGw8vt7gg=";

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