Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 15:29:32 +03:00 committed by GitHub
commit 81de2d9d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,12 @@
stm32cubemx = pkgs.stdenv.mkDerivation rec { stm32cubemx = pkgs.stdenv.mkDerivation rec {
pname = "stm32cubemx"; pname = "stm32cubemx";
version = "6.11.1"; version = "6.11.1";
src = builtins.fetchTarball { src = pkgs.fetchzip {
url = "http://kafpi.local/stm32cubemx_v${ url = "http://kafpi.local/stm32cubemx_v${
builtins.replaceStrings [ "." ] [ "" ] version builtins.replaceStrings [ "." ] [ "" ] version
}-lin.tar.gz"; }-lin.zip";
sha256 = "1aq35pmn6201dcaprdqj126b4mzfkga70gil36iqp84bhg7jq6zb"; hash = "";
stripRoot = false;
}; };
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [