Merge pull request #334163 from SFrijters/arduino-cli-1.0.4

arduino-cli: 1.0.3 -> 1.0.4
This commit is contained in:
Donovan Glover 2024-08-14 03:11:27 +00:00 committed by GitHub
commit f4c1937ea0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,13 +12,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "1.0.3";
version = "1.0.4";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = "v${version}";
hash = "sha256-/2GtWiks/d8sTJ6slX2nQtFpGkqm4PSfgDd0uVG+qN8=";
rev = "refs/tags/v${version}";
hash = "sha256-0a2YlgswjiZT1aPO513IZTb/Pba0IydvB0je3e6rN9M=";
};
nativeBuildInputs = [ installShellFiles ];
@ -27,7 +27,7 @@ let
subPackages = [ "." ];
vendorHash = "sha256-OkilZMDTueHfn6T5Af8e+CVersSPDMcAUUB2o1ny6nc=";
vendorHash = "sha256-53gQrYgdQ/54+KAQwfUZWebz7Tb1cEt8jGd9PbhS87s=";
postPatch =
let