svdtools: 0.3.6 -> 0.3.8

This commit is contained in:
R. Ryantm 2023-12-24 10:00:20 +00:00
parent 42e8265222
commit 6a16b6e2eb

View file

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.3.6";
version = "0.3.8";
src = fetchCrate {
inherit version pname;
hash = "sha256-bk6kv13HMDSRBjShWnRZJzb0YX0zKljPoEC6tebkVKI=";
hash = "sha256-daATz1bd5fwfYnfVbweJd/I6SsQyg2CC+MEZ5WLyZBw=";
};
cargoHash = "sha256-MdYzYmbI7ZNLeLZdnLIVo9y2rvmGevEGy7t+2FFu5yo=";
cargoHash = "sha256-TSLUBkPRab6cwlXJw8tHpqYjhLtVa+QJZq13Qj/0UzU=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";