sunxi-tools: 20171130 -> 20181113

This commit is contained in:
Samuel Dionne-Riel 2018-11-24 21:04:13 -05:00
parent 80738ed9dc
commit f789d73eb1

View file

@ -1,13 +1,13 @@
{ stdenv, fetchFromGitHub, pkgconfig, libusb, zlib }:
stdenv.mkDerivation {
name = "sunxi-tools-20171130";
name = "sunxi-tools-20181113";
src = fetchFromGitHub {
owner = "linux-sunxi";
repo = "sunxi-tools";
rev = "5c1971040c6c44caefb98e371bfca9e18d511da9";
sha256 = "0qzm515i3dfn82a6sf7372080zb02d365z52bh0b1q711r4dvjgp";
rev = "6d598a0ed714201380e78130213500be6512942b";
sha256 = "1yhl6jfl2cws596ymkyhm8h9qkcvp67v8hlh081lsaqv1i8j9yig";
};
nativeBuildInputs = [ pkgconfig ];
@ -20,7 +20,7 @@ stdenv.mkDerivation {
installTargets = [ "install-tools" "install-misc" ];
meta = with stdenv.lib; {
description = "Tools for Allwinner A10 devices";
description = "Tools for Allwinner SoC devices";
homepage = http://linux-sunxi.org/;
license = licenses.gpl2Plus;
platforms = platforms.linux;