summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-06-20 03:26:14 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-06-20 03:56:42 +0200
commit22fbdc90328f93769ce9c7990d3d3f43f7240826 (patch)
treee9e406d858637a7df610965c42d2915d60623e6a /pkgs
parentf33708bb7d7e0b7b417afebaf9ce27df17cbff55 (diff)
downloadnixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar.gz
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar.bz2
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar.lz
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar.xz
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.tar.zst
nixlib-22fbdc90328f93769ce9c7990d3d3f43f7240826.zip
uhd: 3.10.1 -> 3.10.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/misc/uhd/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/uhd/default.nix b/pkgs/development/tools/misc/uhd/default.nix
index 8857e1d1e910..e3af8181601f 100644
--- a/pkgs/development/tools/misc/uhd/default.nix
+++ b/pkgs/development/tools/misc/uhd/default.nix
@@ -9,7 +9,7 @@
 
 stdenv.mkDerivation rec {
   name = "uhd-${version}";
-  version = "3.10.1";
+  version = "3.10.1.1";
 
   # UHD seems to use three different version number styles: x.y.z, xxx_yyy_zzz
   # and xxx.yyy.zzz. Hrmpf...
@@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
   src = fetchFromGitHub {
     owner = "EttusResearch";
     repo = "uhd";
-    rev = "release_003_010_001_000";
-    sha256 = "1wypn1cspwx331ah7awajjhnpyjykiif0h1l4fb3lahxvsnkwi51";
+    rev = "release_003_010_001_001";
+    sha256 = "009pynjfpwbf3vfyg4w5yhcn4xb93afagqb3p5svjxzswh90j1d2";
   };
 
   enableParallelBuilding = true;
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
       USRP devices are designed and sold by Ettus Research, LLC and its parent
       company, National Instruments.
     '';
-    homepage = http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki;
+    homepage = https://uhd.ettus.com/;
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
     maintainers = with maintainers; [ bjornfor fpletz ];