Skip to content

Commit

Permalink
Merge pull request NixOS#253182 from kilianar/broot-1.25.1
Browse files Browse the repository at this point in the history
broot: 1.25.0 -> 1.25.1
  • Loading branch information
NickCao authored Sep 3, 2023
2 parents 84ef533 + 0c136c3 commit 834f66f
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 @@ -16,16 +16,16 @@

rustPlatform.buildRustPackage rec {
pname = "broot";
version = "1.25.0";
version = "1.25.1";

src = fetchFromGitHub {
owner = "Canop";
repo = pname;
rev = "v${version}";
hash = "sha256-TLphJr1DhJ30Mu3x3/9pNe1IiI9prafFMg1dDtbgqlE=";
hash = "sha256-CgWng5b0w6LGt2m9bx3IVMxOXwqYjgsIddTQdBnN/IY=";
};

cargoHash = "sha256-dtNy3rWz6hMkatiV4z2gB4Z00gjtzREqjy7E48tmcdk=";
cargoHash = "sha256-xcUDg2vfGq4nmdbN6kFfWwbwaH/WqdLpIO0qrvQ7/t4=";

nativeBuildInputs = [
installShellFiles
Expand Down

0 comments on commit 834f66f

Please sign in to comment.