about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-23 21:35:37 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-23 21:35:37 +0000
commit555dd6cbe7a084f55bee36c02e025336c6b6a555 (patch)
treeb194bad83dda8672a3eb5f9128a1d6166d150351 /pkgs/applications/radio
parent7f81b2dee02b8337dc58fd0edb93eefd67e518b0 (diff)
hackrf: 2023.01.1 -> 2024.02.1
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/hackrf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/hackrf/default.nix b/pkgs/applications/radio/hackrf/default.nix
index 647f3efd6706c..bc6b2e424f600 100644
--- a/pkgs/applications/radio/hackrf/default.nix
+++ b/pkgs/applications/radio/hackrf/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hackrf";
-  version = "2023.01.1";
+  version = "2024.02.1";
 
   src = fetchFromGitHub {
     owner = "greatscottgadgets";
     repo = "hackrf";
     rev = "v${version}";
-    sha256 = "sha256-zvSSCNtqHOZVlrBggjgxEyUTqTiAIAhdzUkm4Pm9b3k=";
+    sha256 = "sha256-b3nGrk2P6ZLYBSCSD7c0aIApCh3ZoVDcFftybqm4vx0=";
   };
 
   nativeBuildInputs = [