My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/embedded/bossa/arduino.nix

13 lines
290 B

{ bossa, git, fetchFromGitHub }:
bossa.overrideAttrs (attrs: rec {
pname = "bossa-arduino";
version = "1.9.1-arduino2";
src = fetchFromGitHub {
owner = "arduino";
repo = "BOSSA";
rev = version;
sha256 = "sha256-sBJ6QMd7cTClDnGCeOU0FT6IczEjqqRxCD7kef5GuY8=";
};
})