Merge pull request #80709 from r-ryantm/auto-update/rtl_433

rtl_433: 19.08 -> 20.02
This commit is contained in:
markuskowa 2020-02-25 23:58:55 +01:00 committed by GitHub
commit 26277c18fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@
stdenv.mkDerivation {
version = "19.08";
version = "20.02";
pname = "rtl_433";
src = fetchFromGitHub {
owner = "merbanan";
repo = "rtl_433";
rev = "19.08";
sha256 = "0cm82gm5c86qfl4dw37h8wyk77947k6fv2n1pn3xvk3wz2ygsdi6";
rev = "20.02";
sha256 = "11991xky9gawkragdyg27qsf7kw5bhlg7ygvf3fn7ng00x4xbh1z";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];