rtl_433: 23.11 -> 24.10 (#352412)

This commit is contained in:
Markus Kowalewski 2024-10-31 09:12:56 +01:00 committed by GitHub
commit 883669cf9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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