arduino-cli: 1.0.0 -> 1.0.1

This commit is contained in:
Stefan Frijters
2024-06-20 21:09:12 +02:00
parent 89490ebd2e
commit 86101aa2c7
@@ -4,13 +4,13 @@ let
pkg = buildGoModule rec {
pname = "arduino-cli";
version = "1.0.0";
version = "1.0.1";
src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = "v${version}";
hash = "sha256-yQQZiuCI2gs1afbJ/9H16dKOKK47sgq5Lmt6GKMHFVU=";
hash = "sha256-3VXc0Ksv6swmKEClNF5RRjX68RFLg2IRdBwcVgI5Syo=";
};
nativeBuildInputs = [
@@ -23,7 +23,7 @@ let
subPackages = [ "." ];
vendorHash = "sha256-xIE0akNik9793guEKLGfTLpgpDvE1PulF2uuYtlr9go=";
vendorHash = "sha256-lB/PfUZFL5+YBcAhrMMV2ckAHPhtW2SL3/zM3L4XGVc=";
postPatch = let
skipTests = [