meshtasticd: 2.7.18.fb3bf78 -> 2.7.23.b246bcd

This commit is contained in:
Pol Dellaiera
2026-05-21 19:12:11 +02:00
parent 116d154ab4
commit b142cf26b3
+3 -3
View File
@@ -30,11 +30,11 @@
assert builtins.isBool enableDefaultConfig;
let
version = "2.7.18.fb3bf78";
version = "2.7.23.b246bcd";
platformio-deps-native = fetchzip {
url = "https://github.com/meshtastic/firmware/releases/download/v${version}/platformio-deps-native-tft-${version}.zip";
hash = "sha256-rud8F+aYVljNw2rpApIkjuN8ob/ZxvcXNJ+oAVSeMpE=";
hash = "sha256-Jr8/KnzNedGvMfMEjrqBv5HwKZS0jZpHFfp/saQEnng=";
};
in
stdenv.mkDerivation (finalAttrs: {
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "meshtastic";
repo = "firmware";
hash = "sha256-RI1U0xZDy22C+YO5gKbxo5YWDzVeRWJ8u6tTyDdwqGU=";
hash = "sha256-oNV6ZP5aSAFBcn9Y+yEzVTtMKg40eXcvDw5LlyZAft4=";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
};