svdtools: 0.2.6 -> 0.2.7

This commit is contained in:
Alex Martens 2022-10-06 19:54:56 -07:00
parent 9129874867
commit 39daaf44d5

View File

@ -5,14 +5,14 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.2.6";
version = "0.2.7";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-y0RCUSk7YEE5bF/dVEuH/sTtHcVIT4+P0DVkPiNf54I=";
sha256 = "sha256-pRY9lL04BcZDYeFcdArIp2PcWiCZBurCYpYtYhPqFsg=";
};
cargoSha256 = "sha256-PPoHTh8cjQMkD69BYk/HW/PwDV5j/OrHHpjFZdBqZxM=";
cargoSha256 = "sha256-9XymDE9ON11VfZObrMiARmpJay2g2mKEf0l2eojbjL8=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";