Merge pull request #272500 from newAM/svdtools-0.3.6

svdtools: 0.3.4 -> 0.3.6

authored by Weijia Wang and committed by GitHub 29c3c36d 5a1e4b89

+3 -3
+3 -3
pkgs/development/embedded/svdtools/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "svdtools"; 8 - version = "0.3.4"; 9 10 src = fetchCrate { 11 inherit version pname; 12 - hash = "sha256-rdBUEOyE4bHqPXZs3MxT/oivagKmJIVE/hI9mp0RY0k="; 13 }; 14 15 - cargoHash = "sha256-mPz8m/9VGKSqXan/R1k1JTZ9a44CwCL6JefVyeeREeE="; 16 17 meta = with lib; { 18 description = "Tools to handle vendor-supplied, often buggy SVD files";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "svdtools"; 8 + version = "0.3.6"; 9 10 src = fetchCrate { 11 inherit version pname; 12 + hash = "sha256-bk6kv13HMDSRBjShWnRZJzb0YX0zKljPoEC6tebkVKI="; 13 }; 14 15 + cargoHash = "sha256-MdYzYmbI7ZNLeLZdnLIVo9y2rvmGevEGy7t+2FFu5yo="; 16 17 meta = with lib; { 18 description = "Tools to handle vendor-supplied, often buggy SVD files";