Unverified Commit 7edc2434 authored by Vlad M.'s avatar Vlad M. Committed by GitHub
Browse files

Merge pull request #327814 from r-ryantm/auto-update/broot

broot: 1.39.1 -> 1.40.0
parents e8f58650 8e8b3a0f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,16 +19,16 @@

rustPlatform.buildRustPackage rec {
  pname = "broot";
  version = "1.39.1";
  version = "1.40.0";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-cKCIKyXYtDfW3UTTr6QL7Gh/bfb9aZAFRptaP2zdcxc=";
    hash = "sha256-3KStqeT/SZa7KGFEqwGEvchMB6MSME5jPfGSPQ+xZpw=";
  };

  cargoHash = "sha256-JsMgToSzvf3JcVLz5a6kygtxhrU8YSYrHrwbMRhQ1uw=";
  cargoHash = "sha256-E1MNlmJnkV+VKHMbuTkuItIi7bG0TrmfD/8P47c+Qhc=";

  nativeBuildInputs = [
    installShellFiles