From 72921c1fee24fdcc54a667bb0738ed2adcb673a3 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 3 Jan 2025 15:30:28 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 147b600..04e4186 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ pname = "stm32cubemx"; version = "6.11.1"; src = pkgs.fetchzip { - url = "http://kafpi.local/stm32cubemx_v${ + url = "http://kafpi.local/stm32cube_mx_v${ builtins.replaceStrings [ "." ] [ "" ] version }-lin.zip"; hash = "";