Update flake.nix
This commit is contained in:
parent
21ea205bd3
commit
a9fa695410
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
iconame = "STM32CubeMX";
|
iconame = "STM32CubeMX";
|
||||||
stm32cubemx = pkgs.stdenv.mkDerivation rec {
|
stm32cubemx = pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "stm32cubemx";
|
pname = "stm32cubemx";
|
||||||
version = "6.11.11";
|
version = "6.11.1";
|
||||||
src = pkgs.fetchzip {
|
src = pkgs.fetchzip {
|
||||||
url = "http://kafpi.local/stm32cube_mx_v${
|
url = "http://kafpi.local/stm32cube_mx_v${
|
||||||
builtins.replaceStrings [ "." ] [ "" ] version
|
builtins.replaceStrings [ "." ] [ "" ] version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue