aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/sunxi-tools
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-11-24 21:04:13 -0500
committerSamuel Dionne-Riel <samuel@dionne-riel.com>2018-11-24 21:05:09 -0500
commitf789d73eb1d41409418c18fbdcc719a16d22577b (patch)
treee4aa31f65c965acdb398525e3ecf2b31bd102e70 /pkgs/development/tools/sunxi-tools
parent80738ed9dc0ce48d7796baed5364eef8072c794d (diff)
sunxi-tools: 20171130 -> 20181113
Diffstat (limited to 'pkgs/development/tools/sunxi-tools')
-rw-r--r--pkgs/development/tools/sunxi-tools/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/sunxi-tools/default.nix b/pkgs/development/tools/sunxi-tools/default.nix
index 0bddd0d3e17..b3026cdf84d 100644
--- a/pkgs/development/tools/sunxi-tools/default.nix
+++ b/pkgs/development/tools/sunxi-tools/default.nix
@@ -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;