Unverified Commit 3e723640 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

svdtools: 0.4.5 -> 0.4.6 (#398257)

parents 5a42541b b61af501
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,15 +6,15 @@

rustPlatform.buildRustPackage rec {
  pname = "svdtools";
  version = "0.4.5";
  version = "0.4.6";

  src = fetchCrate {
    inherit version pname;
    hash = "sha256-XwgDjSn19qbmh/yX4h5vG0C4rTRxd9tT1ZzUm1Y1ckg=";
    hash = "sha256-AfRFtybGEpArLGKp4AkGlokfNFMK8Ez5VA5Fu5GUhRI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-h99NTKW1Re680GNsmKTW35OpJVlfYFj05QVZ9rHXgYY=";
  cargoHash = "sha256-0GR9pbrevb0USu8de1oFHePJH1hGTvcVh3Gc9WKP0uA=";

  meta = with lib; {
    description = "Tools to handle vendor-supplied, often buggy SVD files";