Unverified Commit 84f8a2c0 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

rust-analyzer-unwrapped: 2025-03-17 -> 2025-03-24 (#393235)

parents 63b41694 a4ad09fb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,15 +12,15 @@

rustPlatform.buildRustPackage rec {
  pname = "rust-analyzer-unwrapped";
  version = "2025-03-17";
  version = "2025-03-24";
  useFetchCargoVendor = true;
  cargoHash = "sha256-XiTq3Qpk996Rmp9KUSeKnzSggkx/1ntLd5Xgx3lVaek=";
  cargoHash = "sha256-cLSUCdc0q1P1z8STZ9GhNzT752ruFqyhnnhDzA6nb+o=";

  src = fetchFromGitHub {
    owner = "rust-lang";
    repo = "rust-analyzer";
    rev = version;
    hash = "sha256-fqc6tqBGq83Q1SY37EDKf085WKtsSzf0vKgsqla8r3s=";
    hash = "sha256-Hs+FeeFB+YTKIW39/b2OKr1/Q+vgDnfMYM1g+sRgFCU=";
  };

  cargoBuildFlags = [