Skip to content

Commit

Permalink
Merge pull request #107931 from marsam/update-broot
Browse files Browse the repository at this point in the history
broot: 1.0.8 -> 1.1.10
  • Loading branch information
SuperSandro2000 committed Dec 30, 2020
2 parents ad62a26 + cd702fe commit 5dbf5f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/broot/default.nix
Expand Up @@ -11,14 +11,14 @@

rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.0.8";
version = "1.1.10";

src = fetchCrate {
inherit pname version;
sha256 = "06881c8qnh917y2mn5q5qlf86idz17xi2dapsad3m1zbdr53c25j";
sha256 = "04nidx43w4nnccgbrw30wg9ai8p7hbklxpn1gc6gr2325yhqvwhl";
};

cargoSha256 = "1k5qm4h028172r7i2pz5l8886qviy7ni83qxn10a8d5hsgalarvx";
cargoSha256 = "1bzq0dsdnmxniwnb6989wlhih28c4lyd11sci821whs11lhlfpz0";

nativeBuildInputs = [
makeWrapper
Expand Down

0 comments on commit 5dbf5f9

Please sign in to comment.