Skip to content

Commit

Permalink
arduino-cli: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SFrijters committed Nov 22, 2024
1 parent c831849 commit 0b43f97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "arduino";
repo = "arduino-cli";
rev = "refs/tags/v${version}";
hash = "sha256-SZjk57YeVzID28ZEXyDVHs8SyIBklWx3/N5K5bwu09U=";
hash = "sha256-eHDU1aoLBs3vDfFyM23R5wKNbbCmXrUgavP/JcdNCuM=";
};

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

subPackages = [ "." ];

vendorHash = "sha256-rZWLfwD4cdDdCmGFmdNTt6hC7udmX86Vy8aNJ7Rkiio=";
vendorHash = "sha256-3NG5+2qgCtmMxOmYS0RROoxajNiZorYL8+qXcDu4e+w=";

postPatch =
let
Expand Down

0 comments on commit 0b43f97

Please sign in to comment.