Skip to content

Commit

Permalink
arduino-cli: 1.0.4 -> 1.1.1 (#354244)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetaliDev authored Nov 26, 2024
2 parents 7b8d29f + 0b43f97 commit 8e1a49b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ar/arduino-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand All @@ -27,7 +27,7 @@ let

subPackages = [ "." ];

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

postPatch =
let
Expand Down

0 comments on commit 8e1a49b

Please sign in to comment.