soapyhackrf: 0.3.3 -> 0.3.4
This commit is contained in:
parent
86301be1a5
commit
d1df218cad
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
} :
|
} :
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
pname = "soapyhackrf";
|
pname = "soapyhackrf";
|
||||||
|
@ -13,7 +13,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "pothosware";
|
owner = "pothosware";
|
||||||
repo = "SoapyHackRF";
|
repo = "SoapyHackRF";
|
||||||
rev = "soapy-hackrf-${version}";
|
rev = "soapy-hackrf-${version}";
|
||||||
sha256 = "1awn89z462500gb3fjb7x61b1znkjri9n1d39bqfip1qk4s11pxc";
|
sha256 = "sha256-fzPYHJAPX8FkFxPXpLlUagTd/NoamRX0YnxHwkbV1nI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
|
Loading…
Reference in a new issue