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