Unverified Commit da2665f8 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #245414 from SuperSandro2000/topgrade

topgrade: 12.0.1 -> 12.0.2
parents 560e65be 6847b194
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "topgrade";
  version = "12.0.1";
  version = "12.0.2";

  src = fetchFromGitHub {
    owner = "topgrade-rs";
    repo = "topgrade";
    rev = "v${version}";
    hash = "sha256-H+Vx5yfHKgiUCrk42PMlu+XQsehol6aBLSwCuiBWCrs=";
    hash = "sha256-PfrtTegJULzPAmKUk/6P9rD+ttPJOhaf2505og64C0Y=";
  };

  cargoHash = "sha256-ixFTkTyPKLeH6VcFAOAwmdc6YrrIpJ8obBwm19tFq3s=";
  cargoHash = "sha256-S6jSI/KuHocYD2dhg3o1NSyA8Q04Xo215TWl8Y1C7g8=";

  nativeBuildInputs = [
    installShellFiles