Unverified Commit 8e1a49bf authored by Jenny's avatar Jenny Committed by GitHub
Browse files

arduino-cli: 1.0.4 -> 1.1.1 (#354244)

parents 7b8d29fc 0b43f970
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let

  pkg = buildGoModule rec {
    pname = "arduino-cli";
    version = "1.0.4";
    version = "1.1.1";

    src = fetchFromGitHub {
      owner = "arduino";
      repo = pname;
      repo = "arduino-cli";
      rev = "refs/tags/v${version}";
      hash = "sha256-0a2YlgswjiZT1aPO513IZTb/Pba0IydvB0je3e6rN9M=";
      hash = "sha256-eHDU1aoLBs3vDfFyM23R5wKNbbCmXrUgavP/JcdNCuM=";
    };

    nativeBuildInputs = [ installShellFiles ];
@@ -27,7 +27,7 @@ let

    subPackages = [ "." ];

    vendorHash = "sha256-53gQrYgdQ/54+KAQwfUZWebz7Tb1cEt8jGd9PbhS87s=";
    vendorHash = "sha256-3NG5+2qgCtmMxOmYS0RROoxajNiZorYL8+qXcDu4e+w=";

    postPatch =
      let