From c521ad3528c00eefc004ab531fbb6fa2c5234a9d Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Thu, 17 May 2018 13:14:13 -0700 Subject: [PATCH] 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 --- pkgs/applications/misc/soapyhackrf/default.nix | 4 ++-- 1 file 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 ];