avrdude: 7.2 -> 7.3

This commit is contained in:
R. Ryantm 2024-02-08 04:43:53 +00:00 committed by Bjørn Forsman
parent d5074fafb0
commit 7023fa94d9

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "avrdude"; pname = "avrdude";
version = "7.2"; version = "7.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "avrdudes"; owner = "avrdudes";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-/JyhMBcjNklyyXZEFZGTjrTNyafXEdHEhcLz6ZQx9aU="; sha256 = "sha256-JqW3AOMmAfcy+PQRcqviWlxA6GoMSEfzIFt1pRYY7Dw=";
}; };
nativeBuildInputs = [ cmake bison flex ] ++ lib.optionals docSupport [ nativeBuildInputs = [ cmake bison flex ] ++ lib.optionals docSupport [