We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 731dc15 + da09cb8 commit 6811cacCopy full SHA for 6811cac
pkgs/tools/misc/broot/default.nix
@@ -19,16 +19,16 @@
19
20
rustPlatform.buildRustPackage rec {
21
pname = "broot";
22
- version = "1.39.0";
+ version = "1.39.1";
23
24
src = fetchFromGitHub {
25
owner = "Canop";
26
repo = pname;
27
rev = "v${version}";
28
- hash = "sha256-OmkO7qZ8l9HvSJFGNgTeCo/gS17fF0edfOc8wvf29/I=";
+ hash = "sha256-cKCIKyXYtDfW3UTTr6QL7Gh/bfb9aZAFRptaP2zdcxc=";
29
};
30
31
- cargoHash = "sha256-lfFv8NF5nID96tCcLB7bXnDfAyrjoXhnBa2QDHz3nY4=";
+ cargoHash = "sha256-JsMgToSzvf3JcVLz5a6kygtxhrU8YSYrHrwbMRhQ1uw=";
32
33
nativeBuildInputs = [
34
installShellFiles
0 commit comments