Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 063e81145d67
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc696e2800bd
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 25, 2017

  1. teensy-loader-cli: Update to latest git.

    This fixes uploading programs greater than 128k to Teensy 3.1/3.2.
    ambrop72 committed May 25, 2017
    1

    Verified

    This commit was signed with the committer’s verified signature.
    ijjk JJ Kasper
    Copy the full SHA
    8d5ff00 View commit details

Commits on Jul 15, 2017

  1. Merge pull request #26096 from ambrop72/teensy-fix

    teensy-loader-cli: Update to latest git.
    bennofs authored Jul 15, 2017

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    dc696e2 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/misc/teensy-loader-cli/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/teensy-loader-cli/default.nix
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ stdenv.mkDerivation {
name = "teensy-loader-cli-${version}";
src = fetchgit {
url = "git://github.com/PaulStoffregen/teensy_loader_cli.git";
rev = "001da416bc362ff24485ff97e3a729bd921afe98";
sha256 = "36aed0a725055e36d71183ff57a023993099fdc380072177cffc7676da3c3966";
rev = "f5b6d7aafda9a8b014b4bb08660833ca45c136d2";
sha256 = "1a663bv3lvm7bsf2wcaj2c0vpmniak7w5hwix5qgz608bvm2v781";
};

buildInputs = [ unzip libusb ];