about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-07 15:47:27 +0100
committerGitHub <noreply@github.com>2024-03-07 15:47:27 +0100
commitd5443701cb3cdb76844f2fc5c6d20039bf22c4b0 (patch)
tree1173a68ef29db0e4f6d19678c63cb037b410b35d /pkgs/applications/radio
parent4c7fe7c75f3e3c98ad32f0160aa789017537d258 (diff)
parent555dd6cbe7a084f55bee36c02e025336c6b6a555 (diff)
downloadnixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar.gz
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar.bz2
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar.lz
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar.xz
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.tar.zst
nixlib-d5443701cb3cdb76844f2fc5c6d20039bf22c4b0.zip
Merge pull request #290993 from r-ryantm/auto-update/hackrf
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 647f3efd6706..bc6b2e424f60 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 = [