From 6b54288d283e05f6505d87969727c0c7c319abb2 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Fri, 3 Jan 2025 14:21:33 +0300 Subject: [PATCH] Update flake.nix --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 6d1e93b..61cdea9 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };