dump1090: Move to radio

This commit is contained in:
Elis Hirwing 2019-02-18 17:22:49 +01:00 committed by Dmitry Kalinkin
parent d607715ab3
commit 8ef5700958
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, pkgconfig, libusb, rtl-sdr }: { stdenv, fetchFromGitHub, pkgconfig, libusb, rtl-sdr }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "dump1090-${version}"; pname = "dump1090";
version = "2014-10-31"; version = "2014-10-31";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MalcolmRobb"; owner = "MalcolmRobb";
repo = "dump1090"; repo = pname;
rev = "bff92c4ad772a0a8d433f788d39dae97e00e4dbe"; rev = "bff92c4ad772a0a8d433f788d39dae97e00e4dbe";
sha256 = "06aaj9gpz5v4qzvnp8xf18wdfclp0jvn3hflls79ly46gz2dh9hy"; sha256 = "06aaj9gpz5v4qzvnp8xf18wdfclp0jvn3hflls79ly46gz2dh9hy";
}; };

View File

@ -173,7 +173,7 @@ in
dispad = callPackage ../tools/X11/dispad { }; dispad = callPackage ../tools/X11/dispad { };
dump1090 = callPackage ../applications/misc/dump1090 { }; dump1090 = callPackage ../applications/radio/dump1090 { };
ebook2cw = callPackage ../applications/radio/ebook2cw { }; ebook2cw = callPackage ../applications/radio/ebook2cw { };