Merge remote-tracking branch 'origin/master' into gcc-8

This commit is contained in:
Franz Pletz
2019-09-03 22:15:07 +02:00
5995 changed files with 34112 additions and 20763 deletions
@@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, libftdi1, libusb1, pkgconfig, hidapi }:
stdenv.mkDerivation rec {
name = "openocd-${version}";
pname = "openocd";
version = "0.10.0";
src = fetchurl {