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

Merge pull request #233269 from kilianar/broot-1.22.0

broot: 1.21.3 -> 1.22.0
parents e92a65d2 8ab26b2d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

rustPlatform.buildRustPackage rec {
  pname = "broot";
  version = "1.21.3";
  version = "1.22.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-YveMIGrcWW52rnTkX9gCUdOaq9+CFS9ByrJv78IeAJA=";
    hash = "sha256-bgro1YPhV4pDPDekDCc4PhYzgXyAidv50HqBFxSHmPU=";
  };

  cargoHash = "sha256-WEqa2NQ49QrKf572mChha/0u8+kov6GnArsZtu8Igio=";
  cargoHash = "sha256-U3nCAvINzzBGllYPmgiyzO0Wr+9JzGzqRYI4kotkBzA=";

  nativeBuildInputs = [
    installShellFiles