Skip to content

Commit

Permalink
Merge pull request NixOS#261357 from newAM/svdtools-0.3.4
Browse files Browse the repository at this point in the history
svdtools: 0.3.3 -> 0.3.4
  • Loading branch information
NickCao authored Oct 16, 2023
2 parents d333281 + 2bf8e46 commit e91fc0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/embedded/svdtools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.3.3";
version = "0.3.4";

src = fetchCrate {
inherit version pname;
hash = "sha256-pZufVz7m91MiD1TfzTzS6mL0eBxawcr43GAfvDJVqfU=";
hash = "sha256-rdBUEOyE4bHqPXZs3MxT/oivagKmJIVE/hI9mp0RY0k=";
};

cargoHash = "sha256-FAJZ/3eNhxPvIKXnE9lpejQuMi+yeBaA5ra9Peb2yIM=";
cargoHash = "sha256-mPz8m/9VGKSqXan/R1k1JTZ9a44CwCL6JefVyeeREeE=";

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

0 comments on commit e91fc0e

Please sign in to comment.