Skip to content

Commit

Permalink
svdtools: 0.3.10 -> 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 8, 2024
1 parent 89d56dd commit a9109b9
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.10";
version = "0.3.11";

src = fetchCrate {
inherit version pname;
hash = "sha256-VEGLUc8ThhD/R+K2IFGvE800euz8oF0kuekGO627rvU=";
hash = "sha256-LmpYsG/2oEdbAK2ePI+LYbGrVN+wC9gQS6GXNcF8XFg=";
};

cargoHash = "sha256-T0yTGCDgRQUySUHNkoB4kqoKS/0kJWDi04ysPGO79HY=";
cargoHash = "sha256-qsCa+YWE9dghG8T53TSDikWh+JhQt9v7A1Gn+/t5YZs=";

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

0 comments on commit a9109b9

Please sign in to comment.