lol

rkdeveloptool: unstable-2019-07-01 -> unstable-2021-02-03, fix build (#118707)

authored by

Ben Wolsieffer and committed by
GitHub
4decd156 597f7537

+6 -3
+6 -3
pkgs/misc/rkdeveloptool/default.nix
··· 2 2 3 3 stdenv.mkDerivation { 4 4 pname = "rkdeveloptool"; 5 - version = "unstable-2019-07-01"; 5 + version = "unstable-2021-02-03"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "rockchip-linux"; 9 9 repo = "rkdeveloptool"; 10 - rev = "6e92ebcf8b1812da02663494a68972f956e490d3"; 11 - sha256 = "0zwrkqfxd671iy69v3q0844gfdpm1yk51i9qh2rqc969bd8glxga"; 10 + rev = "e607a5d6ad3f6af66d3daf3f6370e6dc9763a20d"; 11 + sha256 = "08m0yfds5rpr5l0s75ynfarq3hrv94l3aadld17cz5gqapqcfs2n"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ autoreconfHook pkg-config ]; 15 15 16 16 buildInputs = [ libusb1 ]; 17 + 18 + # main.cpp:1568:36: error: '%s' directive output may be truncated writing up to 557 bytes into a region of size 5 19 + CPPFLAGS = "-Wno-error=format-truncation"; 17 20 18 21 meta = with lib; { 19 22 homepage = "https://github.com/rockchip-linux/rkdeveloptool";