nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

stm32cubemx: 6.5.0 -> 6.6.1

+2 -2
+2 -2
pkgs/development/embedded/stm32/stm32cubemx/default.nix
··· 9 9 in 10 10 stdenv.mkDerivation rec { 11 11 pname = "stm32cubemx"; 12 - version = "6.5.0"; 12 + version = "6.6.1"; 13 13 14 14 src = fetchzip { 15 15 url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip"; 16 - sha256 = "sha256-19RG+bJCmkaytMtDpDLbDvfKo27Z+Mo/sOrs8lOVV44="; 16 + sha256 = "sha256-NfJMXHQ7JXzRSdOAYfx2t0xsi/w2S5FK3NovcsDOi+E="; 17 17 stripRoot = false; 18 18 }; 19 19