Update flake.nix
This commit is contained in:
parent
6b54288d28
commit
0e372d202e
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
stm32cubemx = pkgs.stdenv.mkDerivation rec {
|
||||
pname = "stm32cubemx";
|
||||
version = "6.11.1";
|
||||
src = pkgs.fetchTarball {
|
||||
src = builtins.fetchTarball {
|
||||
url = "http://kafpi.local/stm32cube_mx_v${
|
||||
builtins.replaceStrings [ "." ] [ "" ] version
|
||||
}-lin.tar.gz";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue