arduino-cli: 0.34.2 -> 0.35.0

https://github.com/arduino/arduino-cli/releases/tag/v0.35.0
This commit is contained in:
Stefan Frijters 2024-01-03 13:27:20 +01:00
parent 97f2135e6a
commit c342f61a3b
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.34.2";
version = "0.35.0";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = version;
hash = "sha256-X7vrcaJkVqzZoaIFLWJhhdlgRpckLG69uVmUUZd/XXY=";
rev = "v${version}";
hash = "sha256-RZusaTuiIJhakTdNDa+hDmGtXfGXLCtoQmt9om18PWU=";
};
nativeBuildInputs = [
@ -23,7 +23,7 @@ let
subPackages = [ "." ];
vendorHash = "sha256-cr5D7QDh65xWZJ4gq32ehklwrHWyQEWW/FZZ4gPTJBk=";
vendorHash = "sha256-y7YxcBFjKcQK6ilCKOyoszq64/0xG5GgTehKrKThknU=";
postPatch = let
skipTests = [