arduino-cli: 0.31.0 -> 0.32.2

This commit is contained in:
Stefan Frijters 2023-04-23 23:18:23 +02:00
parent d8cb1a53b7
commit 4042fa838a
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.31.0";
version = "0.32.2";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = version;
hash = "sha256-y51/5Gu6nTaL+XLP7hLk/gaksIdRahecl5q5jYBWATE=";
hash = "sha256-Em8L2ZYS1rgW46/MP5hs/EBWGcb5GP3EDEzWi072F/I=";
};
nativeBuildInputs = [
@ -19,7 +19,7 @@ let
subPackages = [ "." ];
vendorSha256 = "sha256-JuuGJuSax2tfuQHH/Hqk1JpQE2OboYJKJjzPjIZ1UD8=";
vendorSha256 = "sha256-+5Cj6wdX25fK+Y9czTwRRqCdY+0iarvii9nD3QMDh+c=";
doCheck = false;