svdtools: 0.3.4 -> 0.3.6

This commit is contained in:
Alex Martens 2023-12-06 07:55:10 -08:00
parent 4050e0c128
commit dc0bdc8244

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.3.4";
version = "0.3.6";
src = fetchCrate {
inherit version pname;
hash = "sha256-rdBUEOyE4bHqPXZs3MxT/oivagKmJIVE/hI9mp0RY0k=";
hash = "sha256-bk6kv13HMDSRBjShWnRZJzb0YX0zKljPoEC6tebkVKI=";
};
cargoHash = "sha256-mPz8m/9VGKSqXan/R1k1JTZ9a44CwCL6JefVyeeREeE=";
cargoHash = "sha256-MdYzYmbI7ZNLeLZdnLIVo9y2rvmGevEGy7t+2FFu5yo=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";