arduino-cli: 0.35.1 -> 0.35.2

This commit is contained in:
Stefan Frijters 2024-02-04 10:56:43 +01:00
parent a884019634
commit c119a188de
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.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 = [