svdtools: 0.3.4 -> 0.3.6
This commit is contained in:
parent
4050e0c128
commit
dc0bdc8244
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "svdtools";
|
pname = "svdtools";
|
||||||
version = "0.3.4";
|
version = "0.3.6";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit version pname;
|
inherit version pname;
|
||||||
hash = "sha256-rdBUEOyE4bHqPXZs3MxT/oivagKmJIVE/hI9mp0RY0k=";
|
hash = "sha256-bk6kv13HMDSRBjShWnRZJzb0YX0zKljPoEC6tebkVKI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-mPz8m/9VGKSqXan/R1k1JTZ9a44CwCL6JefVyeeREeE=";
|
cargoHash = "sha256-MdYzYmbI7ZNLeLZdnLIVo9y2rvmGevEGy7t+2FFu5yo=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tools to handle vendor-supplied, often buggy SVD files";
|
description = "Tools to handle vendor-supplied, often buggy SVD files";
|
||||||
|
Loading…
Reference in New Issue
Block a user