avrdude: 6.4 -> 7.0

This commit is contained in:
R. Ryantm 2022-05-25 01:31:12 +00:00 committed by Bjørn Forsman
parent 09cce3f3e2
commit 429a36f313

View file

@ -7,11 +7,11 @@ assert docSupport -> texLive != null && texinfo != null && texi2html != null;
stdenv.mkDerivation rec {
pname = "avrdude";
version = "6.4";
version = "7.0";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-qb5wZvcKnc9L8HNvz1MdtqMlCu0aJMxkOt0nZBtxEPk=";
sha256 = "sha256-wO9l2Y1gQMoLTytwDVFGPCoflGZUQfOdFdl0Qtu3m1Q=";
};
configureFlags = lib.optionals docSupport "--enable-doc";