Merge pull request #272358 from markuskowa/upd-rtl433

rtl_433: 22.11 -> 23.11
This commit is contained in:
markuskowa 2023-12-06 14:00:19 +01:00 committed by GitHub
commit a7153d8843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,14 +3,14 @@
}:
stdenv.mkDerivation rec {
version = "22.11";
version = "23.11";
pname = "rtl_433";
src = fetchFromGitHub {
owner = "merbanan";
repo = "rtl_433";
rev = version;
sha256 = "sha256-qDY+prdf8O/dqmAgLU6lpsNIvL1R5V2AwsB+4CpOqGM=";
hash = "sha256-qCfPweJeYHIuM1DfDmeDilkV/RLzbzlIe1sIpSx/EYc=";
};
nativeBuildInputs = [ pkg-config cmake ];