3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88876 from Thra11/dtc-1.6.0

dtc: 1.5.1 -> 1.6.0
This commit is contained in:
Benjamin Hipple 2020-06-09 00:54:39 -04:00 committed by GitHub
commit 7f00dcf491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,12 +4,12 @@
stdenv.mkDerivation rec {
pname = "dtc";
version = "1.5.1";
version = "1.6.0";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git";
rev = "refs/tags/v${version}";
sha256 = "1jhhfrg22h53lvm2lqhd66pyk20pil08ry03wcwyx1c3ln27k73z";
sha256 = "0li992wwd7kgy71bikanqky49y4hq3p3vx35p2hvyxy1k0wfy7i8";
};
nativeBuildInputs = [ flex bison pkgconfig which ] ++ lib.optionals pythonSupport [ python swig ];