lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #221139 from r-ryantm/auto-update/stm32cubemx

stm32cubemx: 6.6.1 -> 6.8.0

authored by

Weijia Wang and committed by
GitHub
ed2a4847 00654ebd

+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.6.1"; 12 + version = "6.8.0"; 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-NfJMXHQ7JXzRSdOAYfx2t0xsi/w2S5FK3NovcsDOi+E="; 16 + sha256 = "sha256-jJeJTg2cCO6fqQ4vFq2dXsfsWmlN5ncZJWMoekJXkLQ="; 17 17 stripRoot = false; 18 18 }; 19 19