Raghav Sood
8e4885773a
Merge pull request #104187 from RaghavSood/ebook2cw/src
...
ebook2cw: 0.8.2 -> 0.8.3
2020-11-23 07:54:52 +00:00
R. RyanTM
3e3306f6d9
gqrx: 2.13.5 -> 2.14
2020-11-21 23:15:07 +00:00
freezeboy
ba898ae44c
sdrangel: 4.11.12 -> 4.21.1
2020-11-20 22:24:16 +01:00
R. RyanTM
c999bcbf89
fldigi: 4.1.15 -> 4.1.16
2020-11-18 22:47:50 -08:00
pulsation
ce815fae50
quisk: 4.1.72 -> 4.1.73
2020-11-18 21:29:29 +01:00
Raghav Sood
0263591e4f
ebook2cw: 0.8.2 -> 0.8.3
2020-11-18 16:53:17 +00:00
pulsation
0a15ad3eb9
klog: init at 1.3.2
2020-11-17 16:33:23 +01:00
Rick van Schijndel
956ba19bd7
rtl_433: 20.02 -> 20.11
...
Also change to using cmake for the build (this is best supported by
upstream) and enable the automated tests for rtl_433.
The description could also use some love, so improved that as well.
2020-11-15 22:34:18 +01:00
Ryan Mulligan
746b2d6162
Merge pull request #103673 from r-ryantm/auto-update/dump1090
...
dump1090: 3.8.1 -> 4.0
2020-11-13 05:46:45 -08:00
R. RyanTM
f883d88500
flrig: 1.3.51 -> 1.3.52
2020-11-13 11:31:42 +00:00
R. RyanTM
2d9157262c
dump1090: 3.8.1 -> 4.0
2020-11-13 09:20:29 +00:00
Lassulus
adbcba2ce7
Merge pull request #93833 from pulsation/add-quisk
...
quisk: init at 4.1.72
2020-11-12 08:22:10 +01:00
R. RyanTM
855fc08b1b
gqrx: 2.13.2 -> 2.13.5
2020-11-11 14:35:31 -08:00
pulsation
a3bf66f487
quisk: init at 4.1.72
2020-11-11 19:43:07 +01:00
markuskowa
9c6e80d410
Merge pull request #102588 from r-ryantm/auto-update/limesuite
...
limesuite: 20.07.2 -> 20.10.0
2020-11-05 22:43:24 +01:00
R. RyanTM
94f5288d97
limesuite: 20.07.2 -> 20.10.0
2020-11-03 06:14:23 +00:00
R. RyanTM
816ba1ec7f
flmsg: 4.0.14 -> 4.0.17
2020-11-01 15:15:34 -08:00
Shawn Dooley
8975bd93b7
fldigi: 4.1.14 -> 4.1.15
...
Corrected hash format
2020-10-29 20:15:50 -04:00
Shawn Dooley
8d936595b8
fldigi: 4.1.14 -> 4.1.15
2020-10-29 15:53:04 -04:00
Timo Kaufmann
105d3a7b01
Merge pull request #100510 from trepetti/noaa-apt-1.3.0
...
noaa-apt: 1.2.0 -> 1.3.0
2020-10-29 18:43:35 +01:00
StigP
4512dac960
Merge pull request #99444 from etu/aldo-upgrade
...
aldo: 0.7.7 -> 0.7.8
2020-10-28 13:23:42 +00:00
R. RyanTM
3ff7bf9166
gqrx: 2.13 -> 2.13.2
2020-10-27 08:55:38 +01:00
R. RyanTM
5737e856f9
urh: 2.8.8 -> 2.8.9
2020-10-25 13:59:26 +01:00
WilliButz
993437d0d6
Merge pull request #96511 from Zopieux/rtl_433_prom
...
Add rtl_433 Prometheus exporter
2020-10-23 23:24:38 +02:00
Ryan Mulligan
7d9979ec1b
Merge pull request #100956 from r-ryantm/auto-update/gqrx
...
gqrx: 2.12.1 -> 2.13
2020-10-20 13:20:12 -07:00
R. RyanTM
90b1417a1d
gqrx: 2.12.1 -> 2.13
2020-10-18 10:45:23 +00:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Tom Repetti
d2529bf58c
noaa-apt: 1.2.0 -> 1.3.0
2020-10-14 13:03:27 -04:00
Tom Repetti
2ef3661fdf
noaa-apt: make platforms.all explicit
2020-10-14 13:03:13 -04:00
markuskowa
9fab6f9b2b
Merge pull request #98823 from r-ryantm/auto-update/multimon-ng
...
multimon-ng: 1.1.8 -> 1.1.9
2020-10-07 22:32:30 +02:00
Elis Hirwing
42a5ddbafe
aldo: 0.7.7 -> 0.7.8
2020-10-03 10:48:20 +02:00
Patrick Hilhorst
f7e390e6d4
treewide: fix redirected urls (run 3)
...
Related:
- 9fc5e7e473
- 593e11fd94
- 508ae42a0f
Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).
Here's the new script I used:
```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
| jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
| sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Alexandre Macabies
f816402fd0
rtl-sdr: use hardened udev rules
...
rtl-sdr latest release 0.6.0 is from 2018. Six months ago master received
a patch[1] to use improved udev rules that chown to plugdev instead of
making the devices world-read-writable.
This change backports [1] as an upstream patch.
[1] b281473156
2020-09-30 20:39:57 +02:00
R. RyanTM
3c61be914b
multimon-ng: 1.1.8 -> 1.1.9
2020-09-25 22:32:57 +00:00
R. RyanTM
4c15e6d25c
welle-io: 2.1 -> 2.2
2020-09-04 09:13:32 -07:00
Robert Scott
ba788d6086
Merge pull request #96241 from fatpat/chirp
...
chirp: 20200430 -> 20200807
2020-08-31 22:48:01 +01:00
R. RyanTM
c2dd047bfb
fldigi: 4.1.13 -> 4.1.14
2020-08-31 16:54:20 +02:00
Tom Repetti
a97efc7442
noaa-apt: init at 1.2.0
2020-08-29 10:34:43 -04:00
Maximilian Bosch
049c0c526e
inspectrum: 2017-05-31 -> 0.2.2
...
Also made sure that the QT applications are properly wrapped using
`wrapQtAppsHook`.
2020-08-25 13:05:08 +02:00
Jérôme LOYET
fd51d8a3d5
chirp: 20200430 -> 20200807
2020-08-25 08:28:34 +02:00
markuskowa
0657fe4bf4
Merge pull request #93379 from lasandell/direwolf-1.5
...
direwolf 1.4 -> 1.5
2020-08-18 10:40:45 +02:00
MarcFontaine
1fddd9f4a3
wsjtx: 2.1.2 -> 2.2.2
2020-08-16 13:07:05 +00:00
Luke Sandell
eabbf3d88a
direwolf 1.4 -> 1.5
2020-08-15 14:59:54 -05:00
markuskowa
54dddaeb17
Merge pull request #95144 from r-ryantm/auto-update/limesuite
...
limesuite: 20.07.1 -> 20.07.2
2020-08-11 16:34:32 +02:00
R. RyanTM
d0ef3538cf
limesuite: 20.07.1 -> 20.07.2
2020-08-11 06:10:54 +00:00
R. RyanTM
b8aa0991e0
gnss-sdr: 0.0.12 -> 0.0.13
2020-08-10 12:03:26 +00:00
markuskowa
44b673a132
Merge pull request #94227 from r-ryantm/auto-update/soapyremote
...
soapyremote: 0.5.1 -> 0.5.2
2020-08-03 23:58:30 +02:00
R. RyanTM
c1ebb59e60
limesuite: 20.01.0 -> 20.07.1
2020-07-31 03:44:05 +00:00
R. RyanTM
85b8699dff
soapyremote: 0.5.1 -> 0.5.2
2020-07-30 11:49:20 +00:00
Vladimír Čunát
7a5c6fee0f
Merge branch 'master' into staging-next
...
Some rebuilds, e.g. all of haskell.
Hydra nixpkgs: ?compare=1601713
2020-07-22 08:37:19 +02:00
Peter Hoeg
ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
...
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
Jan Tojnar
83442a3533
Merge branch 'master' into staging-next
2020-07-20 02:16:21 +02:00
Andrew Dunham
6f1acf82c0
dsd: init at 2018-07-01
2020-07-16 17:59:24 -07:00
R. RyanTM
9002e5c533
flrig: 1.3.50 -> 1.3.51
2020-07-07 10:27:39 -07:00
Evils
6383a04893
Allow cubicsdr 0.2.5 to build with wxGTK 3.1.3
2020-06-16 17:35:32 +02:00
Peter Hoeg
227561d5f8
cubicsdr: use wxGTK31-gtk3
2020-06-15 12:18:45 +08:00
Peter Hoeg
154cbdece1
limesuite: use wxGTK30-gtk3
2020-06-15 12:18:06 +08:00
Michael Maclean
5b8a78a972
rtl-ais: init at 0.8.1
2020-06-10 22:46:34 +01:00
Doron Behar
93f30ea316
gnuradio: 3.7.13.4 -> 3.7.14.0
2020-05-31 11:59:30 +03:00
Mario Rodas
3f9902e765
Merge pull request #89130 from r-ryantm/auto-update/fldigi
...
fldigi: 4.1.12 -> 4.1.13
2020-05-29 04:40:08 -05:00
Mario Rodas
a674766843
Merge pull request #89125 from r-ryantm/auto-update/dump1090
...
dump1090: 3.8.0 -> 3.8.1
2020-05-29 04:39:45 -05:00
Ryan Mulligan
af7709afc7
Merge pull request #88366 from r-ryantm/auto-update/chirp-daily
...
chirp: 20200409 -> 20200430
2020-05-28 16:36:19 -07:00
R. RyanTM
c845c36581
fldigi: 4.1.12 -> 4.1.13
2020-05-28 22:26:37 +00:00
R. RyanTM
d001b9b24e
dump1090: 3.8.0 -> 3.8.1
2020-05-28 20:36:54 +00:00
Doron Behar
208b5fbd75
gnuradio: format arguments and inputs
2020-05-23 18:42:52 +03:00
markuskowa
b85cccb562
Merge pull request #87732 from markuskowa/fix-welle-io
...
welle-io: fix, add qtgraphicaleffects to inputs
2020-05-23 13:45:02 +02:00
R. RyanTM
9c146b8e63
chirp: 20200409 -> 20200430
2020-05-20 10:18:53 +00:00
R. RyanTM
3130356b9e
urh: 2.8.7 -> 2.8.8
2020-05-20 02:54:26 +00:00
Markus Kowalewski
68160d7b78
welle-io: add qtgraphicaleffects to inputs
...
programm fails to start without this package
2020-05-13 12:04:37 +02:00
R. RyanTM
33272d9e98
xlog: 2.0.17 -> 2.0.19
2020-05-11 01:36:12 +00:00
Jörg Thalheim
887295fd2d
treewide: remove the-kenny from maintainers
...
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
R. RyanTM
b94553df07
fldigi: 4.1.11 -> 4.1.12
2020-05-05 18:53:45 -07:00
R. RyanTM
986503155f
urh: 2.8.5 -> 2.8.7
2020-05-05 18:53:34 -07:00
Markus Kowalewski
d833b20737
dablin: 1.12.0 -> 1.13.0
2020-05-06 00:24:30 +02:00
R. RyanTM
11de28348d
tlf: 1.4.0 -> 1.4.1
2020-05-04 21:05:10 -07:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb
2020-04-28 05:33:41 +02:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
R. RyanTM
c446ce30c1
chirp: 20200213 -> 20200409
2020-04-15 16:42:37 +00:00
Ryan Mulligan
051eb2e27d
Merge pull request #85068 from r-ryantm/auto-update/dump1090
...
dump1090: 3.7.2 -> 3.8.0
2020-04-12 06:35:35 -07:00
R. RyanTM
45763475d1
dump1090: 3.7.2 -> 3.8.0
2020-04-12 11:11:11 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
de6ba564f8
fldigi: 4.1.09 -> 4.1.11
2020-04-07 19:21:30 -07:00
R. RyanTM
9de87dcf4a
flrig: 1.3.49 -> 1.3.50
2020-04-07 19:19:41 -07:00
Frederik Rietdijk
e50c67ad7e
Merge pull request #83618 from NixOS/staging-next
...
Staging next
2020-04-05 13:13:21 +02:00
Doron Behar
b70907b9b6
uhd: quote homepage URL
2020-04-05 10:35:22 +02:00
Doron Behar
0ba95d0fc2
uhd: switch to python3 by default
2020-04-05 10:35:22 +02:00
Doron Behar
7da8a30a64
uhd: move udev rules to the standard location
2020-04-05 10:35:22 +02:00
Doron Behar
bcf5a67e2a
uhd: cleanup deps & add many enable / disable flags
2020-04-05 10:35:22 +02:00
Doron Behar
fd2c3ff812
uhd: Remove python six and requests unneeded deps (tested)
2020-04-05 10:35:22 +02:00
Doron Behar
9723ccbc34
uhd: Remove orc unneeded dep
2020-04-05 10:35:22 +02:00
Doron Behar
6dc7131d26
uhd: remove and add TODO for old build fixes
2020-04-05 10:35:22 +02:00
Doron Behar
7bbed32888
uhd: format arguments and inputs
2020-04-05 10:35:22 +02:00
Doron Behar
b68894b2cf
uhd: 3.14.0.0 -> 3.15.0.0
...
Use rec instead of let in and use only 1 version attribute.
2020-04-05 10:35:22 +02:00
Jan Tojnar
73e2823538
dump1090: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-04 09:23:19 +02:00
Frederik Rietdijk
92124ed660
Merge master into staging-next
2020-04-03 21:54:40 +02:00
Jan Tojnar
ac46ffbcfc
hackrf: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
Also move cmake to nativeBuildInputs.
2020-04-02 08:14:13 +02:00
Jan Tojnar
f613cea0f7
airspy: fix build
...
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-02 07:59:05 +02:00
R. RyanTM
7c4913be41
pyradio: 0.8.7.1 -> 0.8.7.2
2020-04-01 18:05:07 +00:00
R. RyanTM
cba196b057
urh: 2.8.3 -> 2.8.5
2020-03-30 21:48:58 -07:00
Patrick Hilhorst
5b49816cf4
treewide: add quotes to recently-changed urls
...
Co-Authored-By: Drew <drewrisinger@users.noreply.github.com>
2020-03-28 00:05:50 +01:00
Patrick Hilhorst
9fc5e7e473
treewide: fix redirected urls (again)
...
Ran the same script as #78265 .
Additionally, manually replaced `http://goodies.xfce.org `
with https.
2020-03-20 13:36:23 +01:00
R. RyanTM
348bcc9678
gnss-sdr: 0.0.11 -> 0.0.12
2020-03-14 05:56:58 +00:00
Rick van Schijndel
91c4571e4f
rtl-sdr: fix cross compilation
...
This patch partially fixes #81985 .
Cross-compiling rtl-sdr is possible using this patch.
Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr.
The error that occured when trying to do this before was as follows:
/nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
2020-03-13 06:17:08 +01:00
R. RyanTM
592507780c
urh: 2.8.2 -> 2.8.3
2020-03-06 07:21:10 +01:00
YI
a4019eb9de
pyradio: init at 0.8.7.1
2020-03-02 09:48:55 -08:00
R. RyanTM
031db7bf17
rtl_433: 19.08 -> 20.02
2020-02-21 10:09:23 +00:00
Daniel Schaefer
a00a24dfc6
Merge pull request #79895 from r-ryantm/auto-update/chirp-daily
...
chirp: 20191221 -> 20200207
2020-02-15 22:01:00 +01:00
R. RyanTM
7f774d458d
chirp: 20191221 -> 20200213
...
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-02-15 22:00:25 +01:00
Daniel Schaefer
6cd2388f16
Merge pull request #79504 from r-ryantm/auto-update/fldigi
...
fldigi: 4.1.08.51 -> 4.1.09
2020-02-15 21:53:58 +01:00
B
0bfb75520f
inspectrum: add qt wrapper, cleanup ( #80144 )
...
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-14 21:17:33 -05:00
R. RyanTM
c984fbb50f
tqsl: 2.4.7 -> 2.5.1
2020-02-09 09:58:13 +01:00
R. RyanTM
200b0caa9b
fldigi: 4.1.08.51 -> 4.1.09
2020-02-08 04:52:30 +00:00
pulsation
a2288cff7c
fldigi: update fltk dependency to 1.4
...
Update FLTK dependency version to 1.4 so that `FLTK_SCALING_FACTOR` environment variable can be used. (c.f. https://www.fltk.org/doc-1.4/group__fl__screen.html )
2020-02-02 21:10:42 +01:00
markuskowa
7add31aa29
Merge pull request #78973 from r-ryantm/auto-update/gqrx
...
gqrx: 2.11.5 -> 2.12.1
2020-02-01 11:13:00 +01:00
R. RyanTM
71db54a01f
gqrx: 2.11.5 -> 2.12.1
2020-01-31 23:14:55 +00:00
R. RyanTM
1f5a5debc2
limesuite: 19.04.0 -> 20.01.0
2020-01-30 22:19:22 -08:00
Frederik Rietdijk
dce0ca29d9
Merge master into staging-next
2020-01-28 10:46:13 +01:00
R. RyanTM
35098e448b
flrig: 1.3.48 -> 1.3.49
2020-01-21 16:12:11 -08:00
Francesco Zanini
2e2cb2890c
svxlink: init at 19.09.1 ( #76990 )
2020-01-18 13:54:43 +01:00
Frederik Rietdijk
bcd8c6b8dc
Merge master into staging-next
2020-01-17 17:08:16 +01:00
R. RyanTM
6140752b04
urh: 2.8.1 -> 2.8.2
2020-01-17 11:59:25 +00:00
Frederik Rietdijk
2a88c3c302
Merge staging-next into staging
2020-01-15 09:23:28 +01:00
Markus Kowalewski
cc4b59f138
soapysdr: 0.7.1 -> 0.7.2
2020-01-13 21:47:57 +01:00
Frederik Rietdijk
263bc67bda
Merge staging-next into staging
2020-01-11 09:33:08 +01:00
Georg Haas
304d6cf8e7
qsstv: remove additional desktop item
2020-01-08 17:15:21 +01:00
R. RyanTM
f5d270afab
fldigi: 4.1.08 -> 4.1.08.51
2020-01-06 02:36:52 -08:00
Georg Haas
ac1ddc70cf
qsstv: 9.2.6 -> 9.4.4
2020-01-05 15:43:03 +01:00
markuskowa
87021d3ca1
Merge pull request #76898 from markuskowa/fix-soapysdr
...
soapysdr: add as python module
2020-01-05 13:41:28 +01:00
Markus Kowalewski
4097ffcc29
soapysdr: add as python module
...
Use "toPythonModule" function to make python interface available.
2020-01-03 23:11:02 +01:00
Frederik Rietdijk
7aa2b0215b
Merge master into staging-next
2020-01-03 10:25:14 +01:00
Georg Haas
328030c9d6
chirp: 20191123 -> 20191221; add support for chirp.drivers.tk8180
2020-01-01 21:45:27 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists
2019-12-30 12:58:11 +01:00
Markus Kowalewski
6fc0d88cfa
gr-osmosdr: 2018-08-15 -> 0.1.5
...
switch back to release
2019-12-24 07:51:37 +01:00
Markus Kowalewski
31112a7e05
dablin: 1.11.0 -> 1.12.0
2019-12-24 02:01:18 +01:00
Andreas Rammhold
b5de0c55f1
Merge pull request #74518 from andir/chirp
...
chirp: modernize the expression by using buildPythonApplication
2019-12-12 17:55:37 +01:00
Ryan Mulligan
b344d3a898
Merge pull request #75412 from r-ryantm/auto-update/wsjtx
...
wsjtx: 2.1.0 -> 2.1.2
2019-12-11 06:18:05 -08:00
R. RyanTM
958ddf72df
wsjtx: 2.1.0 -> 2.1.2
2019-12-09 18:03:23 -08:00
Markus Kowalewski
215d7ecc5c
welle-io: 2.0 -> 2.1
2019-12-06 19:31:56 +01:00
Daniël de Kok
9ab21b09bf
dump1090: 2014-10-31 -> 3.7.1
...
The derivation uses an upstream for dump1090 that has not been updated
since 2014. FlightAware seems to have the most actively maintained
version of dump1090, so this change switches to FlightAware's
version, bringing 5 years of improvements.
2019-12-02 14:45:45 +01:00
markuskowa
4e76dff4b4
Merge pull request #74671 from r-ryantm/auto-update/urh
...
urh: 2.8.0 -> 2.8.1
2019-11-30 12:31:07 +01:00
R. RyanTM
77f4e4e05e
tlf: 1.3.2 -> 1.4.0
2019-11-29 12:36:47 -08:00
R. RyanTM
425902002b
urh: 2.8.0 -> 2.8.1
2019-11-29 11:40:54 -08:00
Andreas Rammhold
f9dd4b27f1
chirp: modernize the expression by using buildPythonApplication
2019-11-28 19:06:21 +01:00
markuskowa
fbfc258f1e
Merge pull request #69979 from r-ryantm/auto-update/urh
...
urh: 2.7.3 -> 2.8.0
2019-11-12 23:10:51 +01:00
Markus Kowalewski
bfed1553a1
urh: 2.7.5 -> 2.8.0
...
Fix build:
* add wrapQtApps
* add setup tools
2019-11-12 22:10:55 +01:00
Alkeryn
3f2bdec506
sdrangel: 4.11.7 -> 4.11.12
2019-11-03 17:02:02 +01:00
Markus Kowalewski
b6122418ed
welle-io: 1.0 -> 2.0
2019-10-31 09:27:05 +01:00
Markus Kowalewski
10bccd2952
uhd: fix outdated python module (Mako)
2019-10-31 07:10:09 +01:00
R. RyanTM
9addfc003f
chirp: 20190905 -> 20190925
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-10-21 19:55:28 -07:00
Renaud
0a3fce2610
Merge pull request #69977 from r-ryantm/auto-update/tqsl
...
tqsl: 2.4.3 -> 2.4.7
2019-10-13 17:41:24 +02:00
Renaud
ce2bbeb5ed
Merge pull request #69494 from r-ryantm/auto-update/chirp-daily
...
chirp: 20190718 -> 20190905
2019-10-12 14:16:37 +02:00
Tor Hedin Brønner
a993a06a2f
xlog: fix build with glib-2.62
2019-09-30 19:39:49 +02:00
markuskowa
88af3a6c21
Revert "qradiolink: 0.5.0 -> 0.5.2"
2019-09-29 22:21:57 +02:00
markuskowa
afeea609ab
Merge pull request #69943 from r-ryantm/auto-update/rtl_433
...
rtl_433: 18.12 -> 19.08
2019-09-29 11:45:27 +02:00
R. RyanTM
c5676fa701
urh: 2.7.3 -> 2.7.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-09-28 23:48:21 -07:00
R. RyanTM
a3e14710ea
tqsl: 2.4.3 -> 2.4.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tqsl/versions
2019-09-28 23:28:46 -07:00
R. RyanTM
6c074851e6
rtl_433: 18.12 -> 19.08
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rtl_433/versions
2019-09-28 18:37:30 -07:00
Marek Mahut
2bfd9b7f20
Merge pull request #69898 from r-ryantm/auto-update/qradiolink
...
qradiolink: 0.5.0 -> 0.5.2
2019-09-28 22:44:17 +02:00
R. RyanTM
a7e76e519f
qradiolink: 0.5.0 -> 0.5.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qradiolink/versions
2019-09-28 12:59:27 -07:00
Elis Hirwing
bf5084cb33
Merge pull request #69549 from r-ryantm/auto-update/flrig
...
flrig: 1.3.47 -> 1.3.48
2019-09-27 07:29:01 +02:00
R. RyanTM
0ce660c62f
flmsg: 4.0.10 -> 4.0.14
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flmsg/versions
2019-09-26 09:17:42 -07:00
R. RyanTM
13ee952232
flrig: 1.3.47 -> 1.3.48
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2019-09-26 09:06:06 -07:00
R. RyanTM
da5af7b52b
chirp: 20190718 -> 20190905
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-09-26 02:24:30 -07:00
Matthew Bauer
4c85abae94
treewide: use libtinfo.so.5 where needed
...
This was originally added in
https://github.com/NixOS/nixpkgs/pull/21350
best to use this name for clarity.
2019-09-18 13:57:20 -04:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
Markus Kowalewski
c34746d52c
sdrangel: add airpsy, hackrf, rtlsdr support
2019-08-27 20:39:30 +02:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Alkeryn
a98de94a13
sdrangel: init at 4.11.7
2019-08-25 14:20:02 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Elis Hirwing
b6014da268
wsjtx: Fix qt errors
...
Also do minor fixes of the derivation.
2019-08-20 10:01:16 +02:00
R. RyanTM
42f9a45660
fldigi: 4.1.07 -> 4.1.08
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fldigi/versions
2019-08-18 22:50:57 -07:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
markuskowa
45532916f0
Merge pull request #66342 from markuskowa/upd-gnss
...
gnss-sdr: 0.0.9 -> 0.0.11
2019-08-12 13:12:42 +02:00
Luke Sandell
6417b03431
wsjtx: 2.0.1 -> 2.1.0
2019-08-10 18:54:55 -05:00
Marek Mahut
557fbe94b2
Merge pull request #65908 from r-ryantm/auto-update/fldigi
...
fldigi: 4.1.04 -> 4.1.07
2019-08-10 22:35:44 +02:00
Marek Mahut
985a6155dd
fldigi: 4.1.06 -> 4.1.07
2019-08-10 21:42:33 +02:00
Marek Mahut
e89b1d61fb
Merge pull request #65909 from r-ryantm/auto-update/flrig
...
flrig: 1.3.45 -> 1.3.47
2019-08-10 00:10:43 +02:00
Marek Mahut
3cde54ceb9
Merge pull request #65893 from r-ryantm/auto-update/chirp-daily
...
chirp: 20190511 -> 20190718
2019-08-10 00:03:04 +02:00
Marek Mahut
4a2a22d7a5
flrig: 1.3.46 -> 1.3.47
2019-08-09 23:41:36 +02:00
Markus Kowalewski
1d428e869a
gnss-sdr: 0.0.9 -> 0.0.11
2019-08-08 22:14:06 +02:00
Bjørn Forsman
a26168ff46
gqrx: use qt5's mkDerivation
...
Fixes
qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
See https://github.com/NixOS/nixpkgs/issues/65399
2019-08-07 20:40:02 +02:00
R. RyanTM
b3f512455c
flrig: 1.3.45 -> 1.3.46
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2019-08-03 23:09:24 -07:00
R. RyanTM
e0b5b3b74c
fldigi: 4.1.04 -> 4.1.06
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fldigi/versions
2019-08-03 23:02:10 -07:00
R. RyanTM
b5a12c4317
chirp: 20190511 -> 20190718
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-08-03 17:36:59 -07:00
Thibaut Marty
1f0253997c
urh: add support for Pluto, soundcards, and optionally USRP
2019-08-03 22:57:47 +02:00
Elis Hirwing
9024838885
Merge pull request #65329 from markuskowa/pr-dabtools
...
dabtools: init at 20180405
2019-07-28 21:28:31 +02:00
Elis Hirwing
77c845a93e
Merge pull request #65330 from markuskowa/pr-dablin
...
dablin: init at 1.11.0
2019-07-28 21:27:48 +02:00
Orivej Desh
b5d1d50aa9
google-gflags: move to aliases.nix
...
google-gflags were renamed to gflags in 2012:
https://github.com/gflags/gflags/#25-january-2012
gflags.name will be updated in staging.
2019-07-25 09:18:32 +00:00
Markus Kowalewski
a5bb4d3c22
dablin: init at 1.11.0
2019-07-24 15:10:55 +02:00
Markus Kowalewski
38033ecf44
dabtools: init at 20180405
2019-07-24 14:44:29 +02:00
Mario Rodas
9fe5db7b9a
Merge pull request #65200 from r-ryantm/auto-update/urh
...
urh: 2.7.2 -> 2.7.3
2019-07-20 18:41:08 -05:00
R. RyanTM
0ad3219a23
urh: 2.7.2 -> 2.7.3
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-07-20 15:41:13 -07:00
R. RyanTM
893c3e8d1e
flmsg: 4.0.8.04 -> 4.0.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flmsg/versions
2019-07-19 03:06:04 -07:00
R. RyanTM
78dd860862
multimon-ng: 1.1.7 -> 1.1.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/multimon-ng/versions
2019-07-15 17:59:36 -07:00
R. RyanTM
f50590912d
fldigi: 4.1.03 -> 4.1.04
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fldigi/versions
2019-07-03 09:28:42 +02:00
R. RyanTM
458c936fc8
urh: 2.7.0 -> 2.7.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-07-03 08:30:21 +02:00
Markus Kowalewski
39bd21616b
soapyuhd: 0.3.5 -> 0.3.6
2019-06-27 12:50:56 +02:00
Elis Hirwing
8ce3def3d8
Merge pull request #63247 from r-ryantm/auto-update/flrig
...
flrig: 1.3.44 -> 1.3.45
2019-06-17 17:44:11 +02:00
R. RyanTM
38fa7639a3
flrig: 1.3.44 -> 1.3.45
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2019-06-16 15:43:12 -07:00
volth
f3282c8d1e
treewide: remove unused variables ( #63177 )
...
* treewide: remove unused variables
* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM
b2732a541d
urh: 2.5.7 -> 2.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-06-04 08:15:45 -05:00
Elis Hirwing
bf1ee0d4f0
Merge pull request #62414 from r-ryantm/auto-update/flrig
...
flrig: 1.3.43 -> 1.3.44
2019-06-01 22:18:50 +02:00
R. RyanTM
8b5607a883
flrig: 1.3.43 -> 1.3.44
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2019-06-01 09:59:56 -07:00
Will Dietz
74c3bec1da
uhd: 3.13.0.1 -> 3.14.0.0
2019-05-31 07:50:34 -05:00
Markus Kowalewski
069167de8a
gnuradio: rename plugins gnuradio-* -> gr-*
...
* harmonize plugin names with repology
* added aliases to maintain backwards compatability
2019-05-27 14:26:31 +02:00
Elis Hirwing
8bbdde7032
Merge pull request #61975 from markuskowa/fix-rtl433
...
rtl_433: enable soapysdr backend support
2019-05-24 23:12:43 +02:00
Markus Kowalewski
6180fcb54f
rtl_433: enable soapysdr backend support
...
soapy support was added in 18.12
2019-05-23 23:44:26 +02:00
markuskowa
a86fa90ff9
Merge pull request #61852 from r-ryantm/auto-update/limesuite
...
limesuite: 19.01.0 -> 19.04.0
2019-05-23 00:34:52 +02:00
R. RyanTM
25067370bb
limesuite: 19.01.0 -> 19.04.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/limesuite/versions
2019-05-21 20:16:09 -07:00
R. RyanTM
a3ccd43647
chirp: 20190304 -> 20190511 ( #61279 )
...
* chirp: 20190304 -> 20190429
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
* chirp: 20190429 -> 20190511
2019-05-14 20:03:56 +02:00
R. RyanTM
25a5f12b21
fldigi: 4.1.01 -> 4.1.03
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fldigi/versions
2019-05-01 11:19:55 +02:00
Ryan Mulligan
b93b924505
Merge pull request #60532 from r-ryantm/auto-update/flrig
...
flrig: 1.3.42 -> 1.3.43
2019-04-30 19:30:53 -07:00
R. RyanTM
06041661f8
fllog: 1.2.5 -> 1.2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fllog/versions
2019-05-01 08:37:16 +09:00
R. RyanTM
3a7e2e9324
flrig: 1.3.42 -> 1.3.43
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flrig/versions
2019-04-30 13:34:02 -07:00
Luke Sandell
8711711de8
cubicsdr: init at 0.2.5
2019-04-27 12:53:44 -05:00
R. RyanTM
e6d053a621
urh: 2.5.6 -> 2.5.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-04-16 18:28:52 +02:00
Markus Kowalewski
464a865a4e
gnuradio-limesdr: 1.0.0-RC -> 2.0.0
2019-04-02 11:28:41 +02:00
Silvan Mosberger
fc48a70f7b
Merge pull request #57497 from r-ryantm/auto-update/urh
...
urh: 2.5.5 -> 2.5.6
2019-03-14 20:23:58 +01:00
R. RyanTM
25cefadd22
wsjtx: 2.0.0 -> 2.0.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wsjtx/versions
2019-03-12 04:31:20 -07:00
R. RyanTM
d3d776ec20
urh: 2.5.5 -> 2.5.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/urh/versions
2019-03-12 01:35:36 -07:00
Alexandre Peyroux
10ec32a1d9
chirp: 20190206 -> 20190304 ( #56869 )
2019-03-08 23:31:15 +01:00
Markus Kowalewski
53b12891dc
gnuradio-limesdr: fix build (add pkgconfig)
2019-03-06 11:16:44 +01:00
R. RyanTM
343ceaca04
fldigi: 4.1.00 -> 4.1.01
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fldigi/versions
2019-03-03 20:40:06 +01:00
R. RyanTM
376e915a37
chirp: 20190201 -> 20190206
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/chirp-daily/versions
2019-03-03 09:18:25 +01:00
R. RyanTM
6fd87e0ca4
flmsg: 4.0.8 -> 4.0.8.04
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flmsg/versions
2019-03-01 22:10:21 -08:00
Elis Hirwing
8ef5700958
dump1090: Move to radio
2019-02-18 22:35:16 -05:00
Elis Hirwing
23fa0f817a
Merge pull request #55529 from etu/move-ebook2cw
...
ebook2cw: Move from misc to radio and do some cleanups
2019-02-14 07:21:48 +01:00
Elis Hirwing
6a56ab5bc8
Merge pull request #55509 from etu/update-tqsl
...
tqsl: 2.3.1 -> 2.4.3
2019-02-14 07:21:27 +01:00
markuskowa
bd8bebb821
Merge pull request #55592 from markuskowa/upd-limesuite
...
limesuite: 18.10.0 -> 19.01.0
2019-02-13 09:11:07 +01:00
markuskowa
e242350201
Merge pull request #55590 from markuskowa/upd-soapyplugins
...
soapy[bladerf,remote,uhd]: 0.4.0 -> 0.4.1, 0.5.0 -> 0.5.1, 0.3.4 -> 0.3.5
2019-02-13 09:10:46 +01:00
Markus Kowalewski
ba33bebf32
limesuite: 18.10.0 -> 19.01.0
2019-02-11 23:59:23 +01:00
Markus Kowalewski
62c0b21786
soapyuhd: 0.3.4 -> 0.3.5
2019-02-11 23:52:51 +01:00
Markus Kowalewski
9af4499de4
soapyremote: 0.5.0 -> 0.5.1
2019-02-11 23:52:05 +01:00
Markus Kowalewski
bf9480e627
soapybladerf: 0.4.0 -> 0.4.1
2019-02-11 23:51:14 +01:00
Elis Hirwing
daee1d7a58
ebook2cw: Move from misc to radio and do some cleanups
2019-02-10 17:27:51 +01:00
Elis Hirwing
319c412b55
tlf: Init at 1.3.2
2019-02-10 16:52:51 +01:00
Elis Hirwing
d3390e5082
tqsl: 2.3.1 -> 2.4.3
...
Changelog:
https://www.arrl.org/files/file/LoTW%20Instructions/TrustedQSL-2-4-3-release.pdf
2019-02-10 11:01:03 +01:00
Elis Hirwing
1540ab34be
tqsl: Move from misc to radio
2019-02-10 10:55:33 +01:00
Elis Hirwing
4e931c92ec
aldo: init at 0.7.7
...
Aldo is a morse code traning program: http://aldo.nongnu.org/
2019-02-10 09:52:16 +01:00
Elis Hirwing
4619f2ab12
uhd: Move from misc to radio
2019-02-09 21:40:16 +01:00
Elis Hirwing
7bbe7e34a7
kalibrate-rtl: Move from misc to radio
2019-02-09 21:40:12 +01:00
Elis Hirwing
8a17826eed
kalibrate-hackrf: Move from misc to radio
2019-02-09 21:40:08 +01:00
Elis Hirwing
412aaf5aa8
rtl_433: Move from misc to radio
2019-02-09 21:40:04 +01:00