Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 14:22:46 +03:00 committed by GitHub
commit 0e372d202e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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