Commit 596a1e11 authored by R. RyanTM's avatar R. RyanTM
Browse files

rtl_433: 23.11 -> 24.10

parent 3db5e3d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];