soapybladerf: 0.4.0 -> 0.4.1

This commit is contained in:
Markus Kowalewski 2019-02-11 23:51:14 +01:00
parent 2aa0ba2c9b
commit bf9480e627
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -3,7 +3,7 @@
} :
let
version = "0.4.0";
version = "0.4.1";
in stdenv.mkDerivation {
name = "soapybladerf-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "pothosware";
repo = "SoapyBladeRF";
rev = "soapy-bladerf-${version}";
sha256 = "1gf1azfydw033nlg2bgs9cbsbp9npjdrgjwlsffn0d9x0qbgxjqp";
sha256 = "02wh09850vinqg248fw4lxmx7y857cqmnnb8jm9zhyrsggal0hki";
};
nativeBuildInputs = [ cmake pkgconfig ];