Skip to content

Commit 1516e1d

Browse files
stm32cubemx: 6.13.0 -> 6.14.0
1 parent 6607cf7 commit 1516e1d

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
@@ -14,13 +14,13 @@ let
1414
iconame = "STM32CubeMX";
1515
package = stdenvNoCC.mkDerivation rec {
1616
pname = "stm32cubemx";
17-
version = "6.13.0";
17+
version = "6.14.0";
1818

1919
src = fetchzip {
2020
url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${
2121
builtins.replaceStrings [ "." ] [ "" ] version
2222
}-lin.zip";
23-
hash = "sha256-ypZVVPmAsApaccWl7ZtAECwphD2SUUiVNC2DYC5rYb4=";
23+
hash = "sha256-GOvoPyfPdQV/gjveuFpZjueTZD/BYuEWSHgQKBm3o3A=";
2424
stripRoot = false;
2525
};
2626

0 commit comments

Comments
 (0)