Merge pull request #222000 from SFrijters/arduino-cli-0.31

arduino-cli: 0.29.0 -> 0.31.0
This commit is contained in:
Nikolay Korotkiy 2023-03-19 16:14:43 +04:00 committed by GitHub
commit bb16729664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "0.29.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = version;
sha256 = "sha256-jew4KLpOOXE9N/h4qFqof8y26DQrvm78E/ARbbwocD4=";
hash = "sha256-y51/5Gu6nTaL+XLP7hLk/gaksIdRahecl5q5jYBWATE=";
};
nativeBuildInputs = [
@ -19,7 +19,7 @@ let
subPackages = [ "." ];
vendorSha256 = "sha256-BunonnjzGnpcmGJXxEQXvjJLGvdSXUOK9zAhXoAemHY=";
vendorSha256 = "sha256-JuuGJuSax2tfuQHH/Hqk1JpQE2OboYJKJjzPjIZ1UD8=";
doCheck = false;