arduino-cli: 0.20.2 -> 0.21.1

This commit is contained in:
Daniel Nagy 2022-04-21 13:09:09 +02:00
parent 72cce37c47
commit fdca00482f
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

@ -4,13 +4,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "0.20.2";
version = "0.21.1";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = version;
sha256 = "sha256-q2uaJTfCcS/kv6xU5NjafzfcM3TixJlH5KzgEpLJKkQ=";
sha256 = "sha256-IXzN6CnZCzrkcLVNmKc1WB0V+TTa56CBzASzK0FQO8c=";
};
subPackages = [ "." ];