Update VESC tool and firmware

This commit is contained in:
Jakob Lechner 2024-09-21 00:18:22 +02:00
parent 8a39f779ef
commit 937af5ea23
2 changed files with 4 additions and 5 deletions

View file

@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "vedderb";
repo = "bldc";
rev = "dd3b97b041c325acfb95ac1adb550d28390ea253";
sha256 = "2Zex2FNkedO4wjG05CQIyVFU0i0/+O9V3LzsxHZOnvg=";
rev = "b6e53d3f28e9fd7a54b266c149abbf8a1c23f80a";
sha256 = "4Q0sAEglXONL6InlVfwVKtQ2ZXKGhfrVLBevnWyjXZ0=";
fetchSubmodules = true;
};

View file

@ -12,9 +12,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "vedderb";
repo = "vesc_tool";
rev = "211f5d317542a3674df638405485a143a23f67ce";
sha256 = "liF2JbcrRtVPSySJhY7CHRghsBV3gKRGD40pKVD19wE=";
rev = "033c95697ec970413ff5c1dbb1988758563d630b";
sha256 = "LIIE3Z5eoU6mUXmudbRr1iLA3l7338/CsSK8W/iwgf0=";
fetchSubmodules = true;
};