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

Merge pull request #207591 from kilianar/broot-1.18.0

broot: 1.17.1 -> 1.18.0
parents a7b19f56 6452a34b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

rustPlatform.buildRustPackage rec {
  pname = "broot";
  version = "1.17.1";
  version = "1.18.0";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-cDB4gkogjW8+lHyzA84aKogIT8hvySqVqnXTb9ohCHE=";
    sha256 = "sha256-GR0a5NDJBcRLoNOeG6S+fP3Fr7r5fVB9oEcjANRYJt4=";
  };

  cargoHash = "sha256-M3YLgRG3UEluGapqWpIsPgHPp288DlCNV79tajPIsMc=";
  cargoHash = "sha256-Hk9bc1mo8GxcPICKXc9zDq18S5TZElDncxJ+w2fC2do=";

  nativeBuildInputs = [
    installShellFiles