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

Merge pull request #213698 from r-ryantm/auto-update/topgrade

topgrade: 10.2.4 -> 10.3.0
parents 5d731bf3 5d6f025f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "topgrade";
  version = "10.2.4";
  version = "10.3.0";

  src = fetchFromGitHub {
    owner = "topgrade-rs";
    repo = "topgrade";
    rev = "v${version}";
    hash = "sha256-b1nWTQ+m4b6XzDTR36ubf5nTdUuWK94F2P4Q3tUvHAw=";
    hash = "sha256-BKrErM1d90o+yJ/R0vVgXDBwPgQSP3Qj26x4JmB7SXw=";
  };

  cargoHash = "sha256-7GSkFh0Fefl9VlCdPdVZ9IsyN0IKUob5c43v84PtrcI=";
  cargoHash = "sha256-jm97lfWHTtd3tE+Yql9CIss78B+bW9nUQAhs5anDb6c=";

  nativeBuildInputs = [
    installShellFiles