Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 13:09:02 +03:00 committed by GitHub
commit 21ea205bd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@
stm32cubemx = pkgs.stdenv.mkDerivation rec {
pname = "stm32cubemx";
version = "6.11.11";
src = fetchzip {
src = pkgs.fetchzip {
url = "http://kafpi.local/stm32cube_mx_v${
builtins.replaceStrings [ "." ] [ "" ] version
}-lin.zip";