diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2024-01-04 12:59:01 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-01-05 17:01:02 +0000 |
| commit | 99623b87bf5419db8b601614fe744326a543a980 (patch) | |
| tree | 933fc9287e81832ec65c6081b4b791301b44d64a | |
| parent | Merge pull request #278942 from NixOS/backport-275459-to-release-23.11 (diff) | |
| download | nixpkgs-origin/backport-278684-to-release-23.11.tar.gz | |
rtthost: 0.21.0 -> 0.22.0origin/backport-278684-to-release-23.11
(cherry picked from commit 270c6f77d6e8758307f01357c76f7c36fa82d2d3)
| -rw-r--r-- | pkgs/development/tools/rust/rtthost/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/rtthost/default.nix b/pkgs/development/tools/rust/rtthost/default.nix index 3389ff7d76c5..8352d4fe7142 100644 --- a/pkgs/development/tools/rust/rtthost/default.nix +++ b/pkgs/development/tools/rust/rtthost/default.nix @@ -10,14 +10,14 @@ rustPlatform.buildRustPackage rec { pname = "rtthost"; - version = "0.21.0"; + version = "0.22.0"; src = fetchCrate { inherit pname version; - hash = "sha256-Vp2TXKDr6Mu4CD6RlHjTL04FIShzKXwNZmu0PIqx1FY="; + hash = "sha256-Pb7Df3JI6ACcJ81+9KZ8qMM5Y/VT0kO5kubC3g0Wtlk="; }; - cargoHash = "sha256-XRxijak3kBMYCx9u39OWvqz3tjnKipjcV3DPEUBYrvQ="; + cargoHash = "sha256-Wb+ZPUrNA3LW4huT1QnyW8RKkh4Ow6gBT1VByHlEwGg="; nativeBuildInputs = [ pkg-config ] ++ lib.optionals stdenv.isDarwin [ DarwinTools ]; |
