1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

dtc: 1.5.1 -> 1.6.0

This commit is contained in:
Tom Hall 2020-05-25 15:38:07 +01:00
parent 9da092d147
commit 511822c158

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 ];