about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-10-21 22:50:17 +0200
committerGitHub <noreply@github.com>2023-10-21 22:50:17 +0200
commit4ffd1139d07b541cf1d6dfdc3a32a32ac543e441 (patch)
tree816b8d56b010678c0b17ca8461c9bc904bff53ec
parenta87cbeb93f9eb923a2e9ba23f64932987327dd55 (diff)
parentdae0fd5fa0cf06f17715bb8e49790b81a3a44a22 (diff)
Merge pull request #262141 from r-ryantm/auto-update/stm32cubemx
stm32cubemx: 6.9.1 -> 6.9.2
-rw-r--r--pkgs/development/embedded/stm32/stm32cubemx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/embedded/stm32/stm32cubemx/default.nix b/pkgs/development/embedded/stm32/stm32cubemx/default.nix
index a9384d9b2b8b3..e3e0f2672cf25 100644
--- a/pkgs/development/embedded/stm32/stm32cubemx/default.nix
+++ b/pkgs/development/embedded/stm32/stm32cubemx/default.nix
@@ -13,11 +13,11 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "stm32cubemx";
-  version = "6.9.1";
+  version = "6.9.2";
 
   src = fetchzip {
     url = "https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${builtins.replaceStrings ["."] [""] version}-lin.zip";
-    sha256 = "sha256-KTbIRj7DkWoC2h/TLKjVduvsKVSue28kGOL34JqBVx4=";
+    sha256 = "sha256-x3ZRMtTvFGz2/0gJMx4zOx9rSnrSkCEl3pj5raeyVHg=";
     stripRoot = false;
   };