summary refs log tree commit diff
path: root/pkgs/applications/misc/soapyhackrf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-17 13:14:13 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-17 22:14:13 +0200
commitc521ad3528c00eefc004ab531fbb6fa2c5234a9d (patch)
treeb56db1a819478e02b162e54383d8171430f28852 /pkgs/applications/misc/soapyhackrf
parentf2849abd7e3ea9ed7d8baf0899331a876261cbfe (diff)
downloadnixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar.gz
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar.bz2
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar.lz
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar.xz
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.tar.zst
nixpkgs-c521ad3528c00eefc004ab531fbb6fa2c5234a9d.zip
soapyhackrf: 0.3.2 -> 0.3.3 (#40643)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/soapyhackrf/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/2cb235b01daec8f6f3de0f0217e17bda
- du listing: https://gist.github.com/4ad265d40e6ea8558f6cccfbfb8d9d35
Diffstat (limited to 'pkgs/applications/misc/soapyhackrf')
-rw-r--r--pkgs/applications/misc/soapyhackrf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/soapyhackrf/default.nix b/pkgs/applications/misc/soapyhackrf/default.nix
index f5543af9c60..2c5dd058ced 100644
--- a/pkgs/applications/misc/soapyhackrf/default.nix
+++ b/pkgs/applications/misc/soapyhackrf/default.nix
@@ -3,7 +3,7 @@
 } :
 
 let
-  version = "0.3.2";
+  version = "0.3.3";
 
 in stdenv.mkDerivation {
   name = "soapyhackrf-${version}";
@@ -12,7 +12,7 @@ in stdenv.mkDerivation {
     owner = "pothosware";
     repo = "SoapyHackRF";
     rev = "soapy-hackrf-${version}";
-    sha256 = "1sgx2nk8yrzfwisjfs9mw0xwc47bckzi17p42s2pbv7zcxzpb66p";
+    sha256 = "1awn89z462500gb3fjb7x61b1znkjri9n1d39bqfip1qk4s11pxc";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];