avrdude: 7.0 -> 7.1

This commit is contained in:
R. Ryantm 2023-01-10 07:44:38 +00:00 committed by Bjørn Forsman
parent 5d2c9317cb
commit 0e09335dce

View File

@ -7,13 +7,13 @@ assert docSupport -> texLive != null && texinfo != null && texi2html != null;
stdenv.mkDerivation rec {
pname = "avrdude";
version = "7.0";
version = "7.1";
src = fetchFromGitHub {
owner = "avrdudes";
repo = pname;
rev = "v${version}";
sha256 = "sha256-T8MKrvBvFF3WFwBMIN75vCOS0khliHQI+GGQvCk7T1o=";
sha256 = "sha256-pGjOefWnf11kG/zFGwYGet1OjAhKsULNGgh6vqvIQ7c=";
};
nativeBuildInputs = [ cmake bison flex ];