arduino-ide: 2.3.5 -> 2.3.6 (#398108)

This commit is contained in:
Nikolay Korotkiy
2025-04-13 21:24:39 +04:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
let
pname = "arduino-ide";
version = "2.3.5";
version = "2.3.6";
src = fetchurl {
url = "https://github.com/arduino/arduino-ide/releases/download/${version}/arduino-ide_${version}_Linux_64bit.AppImage";
hash = "sha256-U1yMxqL+XfJpb7i7DsEzE2CpCAPJptrjLPm5JVntO8I=";
hash = "sha256-3Zx6XRhkvAt1Erv13wF3p3lm3guRDYreh+ATBzoO6pk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };