ubootRock64, ubootRockPro64: use dtc 1.4.5

This commit is contained in:
Ben Wolsieffer
2019-01-18 21:00:58 -05:00
parent 404773e336
commit 414c42a697
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchgit, fetchpatch, flex, bison, pkgconfig, python2, swig, which }:
stdenv.mkDerivation rec {
name = "dtc-${version}";
pname = "dtc";
version = "1.4.7";
src = fetchgit {