Unverified Commit 40173358 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #246465 from r-ryantm/auto-update/avrdude

avrdude: 7.1 -> 7.2
parents e4e313ae 7592343f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "avrdude";
  version = "7.1";
  version = "7.2";

  src = fetchFromGitHub {
    owner = "avrdudes";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-pGjOefWnf11kG/zFGwYGet1OjAhKsULNGgh6vqvIQ7c=";
    sha256 = "sha256-/JyhMBcjNklyyXZEFZGTjrTNyafXEdHEhcLz6ZQx9aU=";
  };

  nativeBuildInputs = [ cmake bison flex ] ++ lib.optionals docSupport [