Skip to content

Commit b4e0067

Browse files
committed
broot: 1.44.0 -> 1.44.1
1 parent fb0baa4 commit b4e0067

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.44.0";
22+
version = "1.44.1";
2323

2424
src = fetchFromGitHub {
2525
owner = "Canop";
2626
repo = pname;
2727
rev = "v${version}";
28-
hash = "sha256-0YZma3+Qk2P8lvVS7+Uma0YayuHxtK8lFTZXjTmPIuY=";
28+
hash = "sha256-Qyc4R5hvSal82/qywriH7agluu6miAC4Y7UUM3VATCo=";
2929
};
3030

31-
cargoHash = "sha256-QsUHJpSdI0Vz8hbK0Nqn3gxEpCkMGcj1R1CCgLIyEtE=";
31+
cargoHash = "sha256-fsmwjr7EpzR/KKrGWoTeCOI7jmrlTYtjIksc205kRs8=";
3232

3333
nativeBuildInputs = [
3434
installShellFiles

0 commit comments

Comments
 (0)