rtl_433: 23.11 -> 24.10

This commit is contained in:
R. Ryantm
2024-10-30 16:14:38 +00:00
parent 3db5e3d32a
commit 596a1e1192
+2 -2
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 ];