Unverified Commit 7d5cd42f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

topgrade: 16.0.2 -> 16.0.3 (#395744)

parents 23047987 f506b4e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
  pname = "topgrade";
  version = "16.0.2";
  version = "16.0.3";

  src = fetchFromGitHub {
    owner = "topgrade-rs";
    repo = "topgrade";
    rev = "v${version}";
    hash = "sha256-0wJxBFGPjJReWoeeKpHEsKaB3npR8nf7Uw8BgPQ+ccs=";
    hash = "sha256-TLeShvDdVqFBIStdRlgF1Zmi8FwS9pmeQ9qOu63nq/E=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-/sN5Vl1Co2VYnG2vN170Q3hAbOYhJSvLawJDFytz+ho=";
  cargoHash = "sha256-Tu4exuUhsk9hGDreQWkPrYvokZh0z6DQSQnREO40Qwc=";

  nativeBuildInputs = [
    installShellFiles