arduino-cli: 0.35.2 -> 0.35.3

This commit is contained in:
Stefan Frijters 2024-03-11 12:14:14 +01:00
parent bdabadc308
commit 028a4bdd6d
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -4,13 +4,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "0.35.2";
version = "0.35.3";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = "v${version}";
hash = "sha256-ctgDuWbNLMyQrxnarTbCtGXM5G+bPeS4Xa7eTbkFo0k=";
hash = "sha256-brWWoIOQhU/isd48VCx6tczAJnamBuOa6e/xezuHN7E=";
};
nativeBuildInputs = [