Skip to content

Commit

Permalink
Merge pull request #94362 from r-ryantm/auto-update/broot
Browse files Browse the repository at this point in the history
broot: 0.18.1 -> 0.19.3
  • Loading branch information
danieldk committed Aug 1, 2020
2 parents 945a1e9 + 7d293e7 commit bd44419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/broot/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "broot";
version = "0.18.1";
version = "0.19.3";

src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "v${version}";
sha256 = "0lmcjc08902h4mi6qx3x2v1xa4w980xvmbrbfm59lis856whaqww";
sha256 = "0w03dqm9m2d41ldmjv529azpbp28jjmv21apwf6rlxh59wqgicgb";
};

cargoSha256 = "1bgrm6a7p7xl95ljk87g4bxv1insl14yxc895yszr0my3ksmpzqh";
cargoSha256 = "1rmhlqq5a7rfsk4m0yzl9smq33xhb5ixw11knz96ih23a53yafsc";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit bd44419

Please sign in to comment.