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 1978b2c + 22ee4ea commit 3840b94Copy full SHA for 3840b94
pkgs/by-name/br/broot/package.nix
@@ -16,16 +16,16 @@
16
17
rustPlatform.buildRustPackage rec {
18
pname = "broot";
19
- version = "1.44.4";
+ version = "1.44.5";
20
21
src = fetchFromGitHub {
22
owner = "Canop";
23
repo = pname;
24
rev = "v${version}";
25
- hash = "sha256-tNmhLEB2L+2KFzsVk8hjh6gB6pxAeHqssr3e/9FFAOA=";
+ hash = "sha256-lLhf83srTHs7jIMiNshcGwue60F5zgbsJOO+w+3S9PU=";
26
};
27
28
- cargoHash = "sha256-sQX282C4rYtkbk7koO3ep9O0hPDpYHNYhVKBlYyXqZw=";
+ cargoHash = "sha256-nQFC9sZoGuAjKT8agDHVtYNOgKMMHzwQ0GY4uoaJHTU=";
29
30
nativeBuildInputs = [
31
installShellFiles
0 commit comments