Merge pull request #286242 from SFrijters/arduino-cli-0.35.2

arduino-cli: 0.35.1 -> 0.35.2
This commit is contained in:
Nikolay Korotkiy
2024-02-04 22:38:58 +04:00
committed by GitHub
@@ -4,13 +4,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "0.35.1";
version = "0.35.2";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = "v${version}";
hash = "sha256-5XMdI+TMUd+U6bvDQT9Q62ATxtbnRAJ/XDYWHgVEUbU=";
hash = "sha256-ctgDuWbNLMyQrxnarTbCtGXM5G+bPeS4Xa7eTbkFo0k=";
};
nativeBuildInputs = [