avrdude: 7.0 -> 7.1

authored by

R. Ryantm and committed by
Bjørn Forsman
0e09335d 5d2c9317

+2 -2
+2 -2
pkgs/development/embedded/avrdude/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "avrdude"; 10 - version = "7.0"; 10 + version = "7.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "avrdudes"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-T8MKrvBvFF3WFwBMIN75vCOS0khliHQI+GGQvCk7T1o="; 16 + sha256 = "sha256-pGjOefWnf11kG/zFGwYGet1OjAhKsULNGgh6vqvIQ7c="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake bison flex ];