lol

uhd: update 3.5.4 -> 3.7.0

Build tested (with gnuradio).

+5 -5
+5 -5
pkgs/development/tools/misc/uhd/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 name = "uhd-${version}"; 11 - version = "3.5.4"; 11 + version = "3.7.0"; 12 12 13 13 # UHD seems to use three different version number styles: x.y.z, xxx_yyy_zzz 14 14 # and xxx.yyy.zzz. Hrmpf... 15 15 16 16 src = fetchurl { 17 17 name = "${name}.tar.gz"; 18 - url = "https://github.com/EttusResearch/uhd/archive/release_003_005_004.tar.gz"; 19 - sha256 = "1l11dv72r4ynfpw58aacq0kjylzw85yapv3kzc76lg6qgdb0pqrd"; 18 + url = "https://github.com/EttusResearch/uhd/archive/release_003_007_000.tar.gz"; 19 + sha256 = "0x9imfy63s6wlbilr2n82c15nd33ix0mbap0q1xwh2pj1mk4d5jk"; 20 20 }; 21 21 22 22 cmakeFlags = "-DLIBUSB_INCLUDE_DIRS=${libusb1}/include/libusb-1.0"; ··· 27 27 preConfigure = "cd host"; 28 28 29 29 # Firmware images are downloaded (pre-built) 30 - uhdImagesName = "uhd-images_003.005.004-release"; 30 + uhdImagesName = "uhd-images_003.007.000-release"; 31 31 uhdImagesSrc = fetchurl { 32 32 url = "http://files.ettus.com/binaries/maint_images/archive/${uhdImagesName}.tar.gz"; 33 - sha256 = "0lgy9076vshlaq7l4n3q1hka3q4xxzdz7mqh7kawg4dziq7j8nl6"; 33 + sha256 = "0vb0rc5ji8n6l6ycvd7pbazxzm0ihvkmqm77jflqrd3kky8r722d"; 34 34 }; 35 35 36 36 postPhases = [ "installFirmware" ];