Unverified Commit 8cc98fe5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291105 from kilianar/broot-1.34.0

broot: 1.33.1 -> 1.34.0
parents 4230cfda 088e4ab5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,16 +18,16 @@

rustPlatform.buildRustPackage rec {
  pname = "broot";
  version = "1.33.1";
  version = "1.34.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-k8rBf1kSeumtOHixJR9g90q+u5eIL0584fvTK/Qg/FU=";
    hash = "sha256-5CWcc55OunZwCTqODQnvPUnn5cJET83PfIyDyzmpOkA=";
  };

  cargoHash = "sha256-MxWtPc1C+L5ZSPOyXwxzdAWe5WbZiPW+Zfv1P1j73JQ=";
  cargoHash = "sha256-kNZPAU8QSR9hDwalvsRqRL4gaKTyvUA2gZ/bBB6/YDU=";

  nativeBuildInputs = [
    installShellFiles