Skip to content

Commit

Permalink
broot: 1.44.0 -> 1.44.1 (NixOS#349737)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 21, 2024
2 parents 3435f63 + b4e0067 commit 227e4d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/broot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.44.0";
version = "1.44.1";

src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "v${version}";
hash = "sha256-0YZma3+Qk2P8lvVS7+Uma0YayuHxtK8lFTZXjTmPIuY=";
hash = "sha256-Qyc4R5hvSal82/qywriH7agluu6miAC4Y7UUM3VATCo=";
};

cargoHash = "sha256-QsUHJpSdI0Vz8hbK0Nqn3gxEpCkMGcj1R1CCgLIyEtE=";
cargoHash = "sha256-fsmwjr7EpzR/KKrGWoTeCOI7jmrlTYtjIksc205kRs8=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 227e4d2

Please sign in to comment.