avrdude: update 6.0.1 -> 6.1
This commit is contained in:
parent
c7c32e1d09
commit
3b3d1d075c
@ -6,11 +6,11 @@
|
|||||||
assert docSupport -> texLive != null && texinfo != null && texi2html != null;
|
assert docSupport -> texLive != null && texinfo != null && texi2html != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name="avrdude-6.0.1";
|
name = "avrdude-6.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://savannah/avrdude/${name}.tar.gz";
|
url = "mirror://savannah/avrdude/${name}.tar.gz";
|
||||||
sha256 = "0hfy1qkc6a5vpqsp9ahi1fpf9x4s10wq4bpyblc26sx9vxl4d066";
|
sha256 = "0frxg0q09nrm95z7ymzddx7ysl77ilfbdix1m81d9jjpiv5bm64y";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = stdenv.lib.optionalString docSupport "--enable-doc";
|
configureFlags = stdenv.lib.optionalString docSupport "--enable-doc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user