stm32cubemx: 6.10.0 -> 6.11.1

+3 -3
+3 -3
pkgs/development/embedded/stm32/stm32cubemx/default.nix
··· 13 13 iconame = "STM32CubeMX"; 14 14 package = stdenvNoCC.mkDerivation rec { 15 15 pname = "stm32cubemx"; 16 - version = "6.10.0"; 16 + version = "6.11.1"; 17 17 18 18 src = fetchzip { 19 19 url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip"; 20 - sha256 = "sha256-B5Sf+zM7h9BiFqDYrLS0JdqZi3dGy6H9gAaJIN3izeM="; 20 + hash = "sha256-By9T43GLM1J63TkRi3kl05h1RflBorU1QHgYOrXQ9N0="; 21 21 stripRoot = false; 22 22 }; 23 23 ··· 84 84 }; 85 85 in 86 86 buildFHSEnv { 87 - inherit (package) pname meta; 87 + inherit (package) pname version meta; 88 88 runScript = "${package.outPath}/bin/stm32cubemx"; 89 89 targetPkgs = pkgs: 90 90 with pkgs; [