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