Skip to content

Commit b9b682e

Browse files
authored
stm32cubemx: 6.11.1 -> 6.12.1 (#354655)
2 parents f773e03 + 80e376b commit b9b682e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/st/stm32cubemx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ let
1313
iconame = "STM32CubeMX";
1414
package = stdenvNoCC.mkDerivation rec {
1515
pname = "stm32cubemx";
16-
version = "6.11.1";
16+
version = "6.12.1";
1717

1818
src = fetchzip {
1919
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip";
20-
hash = "sha256-By9T43GLM1J63TkRi3kl05h1RflBorU1QHgYOrXQ9N0=";
20+
hash = "sha256-6VDvvKx68U47soBUWiaBuDu6enINLDhJd0he7sSCzeg=";
2121
stripRoot = false;
2222
};
2323

0 commit comments

Comments
 (0)