mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
avrdude: 7.2 -> 7.3
This commit is contained in:
parent
d5074fafb0
commit
7023fa94d9
@ -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 [
|
||||||
|
Loading…
Reference in New Issue
Block a user