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.
1 parent efd9668 commit 2161555Copy full SHA for 2161555
pkgs/by-name/br/broot/package.nix
@@ -16,16 +16,16 @@
16
17
rustPlatform.buildRustPackage rec {
18
pname = "broot";
19
- version = "1.44.2";
+ version = "1.44.3";
20
21
src = fetchFromGitHub {
22
owner = "Canop";
23
repo = pname;
24
rev = "v${version}";
25
- hash = "sha256-rMAGnC1CcHYPLh199a+aKgVdm/xheUQIRSvF+HqeZQE=";
+ hash = "sha256-45QNcnx9sEjm02woIpxxLuir4Kep8SPlSZDdiifZNL8=";
26
};
27
28
- cargoHash = "sha256-DVH7dKJEkyBnjNtLK/xfO+Hlw+rr3wTKqyooj5JM2is=";
+ cargoHash = "sha256-2hqpltfKE8fIFlvXMQfXVT41jPILL/INXQRUHfi1EhY=";
29
30
nativeBuildInputs = [
31
installShellFiles
0 commit comments