Unverified Commit b7e7caac authored by Vlad M's avatar Vlad M Committed by GitHub
Browse files

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

broot: 1.27.0 -> 1.28.1
parents 4c8ece56 b8fd83df
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.27.0";
  version = "1.28.1";

  src = fetchFromGitHub {
    owner = "Canop";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-yZsb/G+8XoJS4Fg6WFuEk1v3Ht5i3G3p+sKi+Z3jeGU=";
    hash = "sha256-zq63PfKVcCLudsIBugGQIozG4Ve4vgBwYz0ID5k1J5o=";
  };

  cargoHash = "sha256-xHmrFIXXkuhYGApgNoJxcL1Kpf8ellwQgiH8AEZvDRU=";
  cargoHash = "sha256-jjov7kW6iH+Tfi5XBjMFbRk0a4HRYZ7pWm+Aa0hUndM=";

  nativeBuildInputs = [
    installShellFiles