Merge pull request #272272 from r-ryantm/auto-update/stm32cubemx

stm32cubemx: 6.9.2 -> 6.10.0
This commit is contained in:
Weijia Wang 2024-01-03 15:03:58 +01:00 committed by GitHub
commit 16a3aa6318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "stm32cubemx";
version = "6.9.2";
version = "6.10.0";
src = fetchzip {
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip";
sha256 = "sha256-x3ZRMtTvFGz2/0gJMx4zOx9rSnrSkCEl3pj5raeyVHg=";
sha256 = "sha256-B5Sf+zM7h9BiFqDYrLS0JdqZi3dGy6H9gAaJIN3izeM=";
stripRoot = false;
};