Skip to content

Commit

Permalink
Merge pull request #324097 from SFrijters/arduino-cli-1.0.2
Browse files Browse the repository at this point in the history
arduino-cli: 1.0.1 -> 1.0.2, add myself as maintainer
  • Loading branch information
JohnRTitor authored Jul 6, 2024
2 parents 36e5aab + 1acd392 commit 07e7db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/embedded/arduino/arduino-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ let

pkg = buildGoModule rec {
pname = "arduino-cli";
version = "1.0.1";
version = "1.0.2";

src = fetchFromGitHub {
owner = "arduino";
repo = pname;
rev = "v${version}";
hash = "sha256-3VXc0Ksv6swmKEClNF5RRjX68RFLg2IRdBwcVgI5Syo=";
hash = "sha256-lRCkUF0BBX0nej/HxfV9u8NIuA5W0aBKP2xPR8C61NY=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -67,8 +67,8 @@ let
description = "Arduino from the command line";
mainProgram = "arduino-cli";
changelog = "https://github.com/arduino/arduino-cli/releases/tag/${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ryantm ];
license = [ licenses.gpl3Only licenses.asl20 ];
maintainers = with maintainers; [ ryantm sfrijters ];
};

};
Expand Down

0 comments on commit 07e7db2

Please sign in to comment.