Loading pkgs/development/embedded/arduino/arduino-cli/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; }; Loading Loading
pkgs/development/embedded/arduino/arduino-cli/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; }; Loading