Skip to content

Commit 6811cac

Browse files
authored
Merge pull request #324934 from r-ryantm/auto-update/broot
broot: 1.39.0 -> 1.39.1
2 parents 731dc15 + da09cb8 commit 6811cac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/broot/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

2020
rustPlatform.buildRustPackage rec {
2121
pname = "broot";
22-
version = "1.39.0";
22+
version = "1.39.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "Canop";
2626
repo = pname;
2727
rev = "v${version}";
28-
hash = "sha256-OmkO7qZ8l9HvSJFGNgTeCo/gS17fF0edfOc8wvf29/I=";
28+
hash = "sha256-cKCIKyXYtDfW3UTTr6QL7Gh/bfb9aZAFRptaP2zdcxc=";
2929
};
3030

31-
cargoHash = "sha256-lfFv8NF5nID96tCcLB7bXnDfAyrjoXhnBa2QDHz3nY4=";
31+
cargoHash = "sha256-JsMgToSzvf3JcVLz5a6kygtxhrU8YSYrHrwbMRhQ1uw=";
3232

3333
nativeBuildInputs = [
3434
installShellFiles

0 commit comments

Comments
 (0)