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
This commit is contained in:
R. RyanTM 2018-05-17 13:14:13 -07:00 committed by xeji
parent f2849abd7e
commit c521ad3528

View file

@ -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 ];