libbladeRF: 1.4.0 -> 1.9.0 (#33551)

This commit is contained in:
markuskowa 2018-01-12 02:43:56 -08:00 committed by Jörg Thalheim
parent ab73b0cbc9
commit 6bbf50374f

View File

@ -2,14 +2,14 @@
, libusb1, udev }:
stdenv.mkDerivation rec {
version = "1.4.0";
version = "1.9.0";
name = "libbladeRF-v${version}";
src = fetchFromGitHub {
owner = "Nuand";
repo = "bladeRF";
rev = "libbladeRF_v${version}";
sha256 = "1y00hqsmqaix4dql8mb75zx87zvn8b483yxv53x9qyjspksbs60c";
sha256 = "0frvphp4xxdxwzmi94b0asl7b891sd3fk8iw9kfk8h6f3cdhj8xa";
};
nativeBuildInputs = [ pkgconfig ];
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
description = "Supporting library of the BladeRF SDR opensource hardware";
license = licenses.lgpl21;
maintainers = with maintainers; [ funfunctor ];
platforms = platforms.linux;
platforms = with platforms; linux;
};
}