Unverified Commit 883669cf authored by Markus Kowalewski's avatar Markus Kowalewski Committed by GitHub
Browse files

rtl_433: 23.11 -> 24.10 (#352412)

parents 13f2a8fe 596a1e11
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 ];