We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f773e03 + 80e376b commit b9b682eCopy full SHA for b9b682e
pkgs/by-name/st/stm32cubemx/package.nix
@@ -13,11 +13,11 @@ let
13
iconame = "STM32CubeMX";
14
package = stdenvNoCC.mkDerivation rec {
15
pname = "stm32cubemx";
16
- version = "6.11.1";
+ version = "6.12.1";
17
18
src = fetchzip {
19
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip";
20
- hash = "sha256-By9T43GLM1J63TkRi3kl05h1RflBorU1QHgYOrXQ9N0=";
+ hash = "sha256-6VDvvKx68U47soBUWiaBuDu6enINLDhJd0he7sSCzeg=";
21
stripRoot = false;
22
};
23
0 commit comments