Skip to content

Commit

Permalink
Merge pull request NixOS#201139 from qowoz/fd
Browse files Browse the repository at this point in the history
fd: 8.5.2 -> 8.5.3
  • Loading branch information
Mic92 committed Nov 14, 2022
2 parents 7796ae3 + a0212e0 commit 013fcdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/fd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "fd";
version = "8.5.2";
version = "8.5.3";

src = fetchFromGitHub {
owner = "sharkdp";
repo = "fd";
rev = "v${version}";
sha256 = "sha256-APgC5159U9yMrTiGLE0ngyA5y1bbJUZgoleDAs2ZaDI=";
sha256 = "sha256-7QQHLw+isXtr1FDQr4aiUhvOjJUPbaxFGDwukiWBG9g=";
};

cargoSha256 = "sha256-8pkn7FLPWMEwsjdwxKigHDEwBHBlh2W9R7HCUIu94Wg=";
cargoSha256 = "sha256-QFh47Pr+7lIdT++huziKgMJxvsZElTTwu11c7/wjyHE=";

nativeBuildInputs = [ installShellFiles ];

Expand Down

0 comments on commit 013fcdd

Please sign in to comment.