Unverified Commit 8fb5154c authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

stm32cubemx: 6.15.0 -> 6.17.0 (#499281)

parents 01c4ff20 e7a847d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@ let
  iconame = "STM32CubeMX";
  package = stdenvNoCC.mkDerivation rec {
    pname = "stm32cubemx";
    version = "6.15.0";
    version = "6.17.0";

    src = fetchzip {
      url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${
        builtins.replaceStrings [ "." ] [ "" ] version
      }-lin.zip";
      hash = "sha256-50P+/uvNH3NN1UN+T3RxGgR8QYBIgBDA56mAEU4BipI=";
      hash = "sha256-OroIcdvNzCm7lyL62zNm4sbDgUb+GgJW50mqE1M1KT4=";
      stripRoot = false;
    };