3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #194855 from newAM/svdtools

svdtools: 0.2.6 -> 0.2.7
This commit is contained in:
Bobby Rong 2022-10-07 11:40:56 +08:00 committed by GitHub
commit fff224d24c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";