about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormarkuskowa <markus.kowalewski@gmail.com>2021-12-23 14:06:13 +0100
committerGitHub <noreply@github.com>2021-12-23 14:06:13 +0100
commit2760c408b981086e79a06617a773a810ab3de992 (patch)
tree944febc77a406d7b85addfd631f2aea43a5aa430 /pkgs
parent6a6c2992d4abf768b8b29c41317dc7db7439cf34 (diff)
parent4b62b4cbf8bf70448979424bb0edad474fb30966 (diff)
Merge pull request #151796 from r-ryantm/auto-update/rtl_433
rtl_433: 21.05 -> 21.12
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/radio/rtl_433/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/rtl_433/default.nix b/pkgs/applications/radio/rtl_433/default.nix
index 72aa865176c29..54dfe21ce04e6 100644
--- a/pkgs/applications/radio/rtl_433/default.nix
+++ b/pkgs/applications/radio/rtl_433/default.nix
@@ -3,14 +3,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "21.05";
+  version = "21.12";
   pname = "rtl_433";
 
   src = fetchFromGitHub {
     owner = "merbanan";
     repo = "rtl_433";
     rev = version;
-    sha256 = "sha256-01mXOwLv16yTR65BboN+TFm2aE2EMfW1D5teDdW2wLg=";
+    sha256 = "sha256-KoDKyI7KDdGSe79ZTuL9ObKnOJsqTN4wrMq+/cvQ/Xk=";
   };
 
   nativeBuildInputs = [ pkg-config cmake ];