Unverified Commit c0f38631 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nufmt: 0-unstable-2024-10-15 -> 0-unstable-2024-10-20 (#350498)

parents dc2709d0 41d4f04d
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "nufmt";
  version = "0-unstable-2024-10-15";
  version = "0-unstable-2024-10-20";

  src = fetchFromGitHub {
    owner = "nushell";
    repo = "nufmt";
    rev = "37b473be178fd752b5bf421f8b20f48209e9c2ec";
    hash = "sha256-BrVWw6oklG70UomKDv5IBvoFIjtpajHKV37fh4fnK3E=";
    rev = "decc88ef8e11a14081c2dd86c6ea0c94d6d2861d";
    hash = "sha256-AurQGIZDYOkMMyAEXP01QziISQcSME3GFtvqjCDoeiw=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {

  env.LIBCLANG_PATH = lib.optionalString stdenv.cc.isClang "${llvmPackages.libclang.lib}/lib";

  cargoHash = "sha256-eKQJanQ9ax5thc2DuO0yIgovor+i5Soylw58I2Y5cHw=";
  cargoHash = "sha256-5DS6pTYGOQ4qay6+YiUstInRX17n3RViNxKXtFZ6J3k=";

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };