Update flake.nix

This commit is contained in:
Gregory Bednov 2025-01-03 14:21:33 +03:00 committed by GitHub
commit 6b54288d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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