rtl-sdr: 0.8.0 -> 0.9.0

Bump rtl-sdr to newer version to support RTL-SDR.com V4 dongle & get
improvements.
This commit is contained in:
Adminy 2024-03-31 14:11:54 +01:00 committed by Bjørn Forsman
parent eaa8ed0793
commit 50b366d82b

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "rtl-sdr";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "librtlsdr";
repo = "librtlsdr";
rev = "v${version}";
hash = "sha256-s03h+3EfC5c7yRYBM6aCRWtmstwRJWuBywuyVt+k/bk=";
hash = "sha256-I1rbywQ0ZBw26wZdtMBkfpj7+kv09XKrrcoDuhIkRmw=";
};
postPatch = ''