lol

Merge pull request #26096 from ambrop72/teensy-fix

teensy-loader-cli: Update to latest git.

authored by

Benno Fünfstück and committed by
GitHub
dc696e28 063e8114

+2 -2
+2 -2
pkgs/development/tools/misc/teensy-loader-cli/default.nix
··· 6 6 name = "teensy-loader-cli-${version}"; 7 7 src = fetchgit { 8 8 url = "git://github.com/PaulStoffregen/teensy_loader_cli.git"; 9 - rev = "001da416bc362ff24485ff97e3a729bd921afe98"; 10 - sha256 = "36aed0a725055e36d71183ff57a023993099fdc380072177cffc7676da3c3966"; 9 + rev = "f5b6d7aafda9a8b014b4bb08660833ca45c136d2"; 10 + sha256 = "1a663bv3lvm7bsf2wcaj2c0vpmniak7w5hwix5qgz608bvm2v781"; 11 11 }; 12 12 13 13 buildInputs = [ unzip libusb ];