Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 14:46:30 +03:00 committed by GitHub
commit 0f05fc184b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
iconame = "STM32CubeMX";
stm32cubemx = pkgs.stdenv.mkDerivation rec {
pname = "stm32cubemx";
version = "6.1.11";
version = "6.11.1";
src = builtins.fetchTarball {
url = "http://kafpi.local/stm32cubemx_v${
builtins.replaceStrings [ "." ] [ "" ] version