Merge pull request #51007 from samueldr/sunxi-tools/update-2018-11-13
sunxi-tools: 20171130 -> 20181113
This commit is contained in:
commit
97ac980d0d
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, pkgconfig, libusb, zlib }:
|
{ stdenv, fetchFromGitHub, pkgconfig, libusb, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "sunxi-tools-20171130";
|
name = "sunxi-tools-20181113";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linux-sunxi";
|
owner = "linux-sunxi";
|
||||||
repo = "sunxi-tools";
|
repo = "sunxi-tools";
|
||||||
rev = "5c1971040c6c44caefb98e371bfca9e18d511da9";
|
rev = "6d598a0ed714201380e78130213500be6512942b";
|
||||||
sha256 = "0qzm515i3dfn82a6sf7372080zb02d365z52bh0b1q711r4dvjgp";
|
sha256 = "1yhl6jfl2cws596ymkyhm8h9qkcvp67v8hlh081lsaqv1i8j9yig";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
@ -20,7 +20,7 @@ stdenv.mkDerivation {
|
|||||||
installTargets = [ "install-tools" "install-misc" ];
|
installTargets = [ "install-tools" "install-misc" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Tools for Allwinner A10 devices";
|
description = "Tools for Allwinner SoC devices";
|
||||||
homepage = http://linux-sunxi.org/;
|
homepage = http://linux-sunxi.org/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user