Merge pull request #135432 from Emantor/bump/dtc

dtc: 1.6.0 -> 1.6.1
This commit is contained in:
Sandro 2021-08-23 15:58:56 +02:00 committed by GitHub
commit e698133fe4
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.6.0";
version = "1.6.1";
src = fetchgit {
url = "https://git.kernel.org/pub/scm/utils/dtc/dtc.git";
rev = "refs/tags/v${version}";
sha256 = "0li992wwd7kgy71bikanqky49y4hq3p3vx35p2hvyxy1k0wfy7i8";
sha256 = "sha256-gx9LG3U9etWhPxm7Ox7rOu9X5272qGeHqZtOe68zFs4=";
};
buildInputs = [ libyaml ];