Merge pull request #187487 from markuskowa/upd-srsran
srsran: 21.10 -> 22.0.4.1
This commit is contained in:
commit
b234ab2b41
1 changed files with 4 additions and 4 deletions
|
@ -10,20 +10,20 @@
|
|||
, libconfig
|
||||
, pcsclite
|
||||
, uhd
|
||||
, soapysdr
|
||||
, soapysdr-with-plugins
|
||||
, libbladeRF
|
||||
, zeromq
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "srsran";
|
||||
version = "21.10";
|
||||
version = "22.04.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "srsran";
|
||||
repo = "srsran";
|
||||
rev = "release_${builtins.replaceStrings ["."] ["_"] version}";
|
||||
sha256 = "sha256-uJv8khevp7g2p4zT6bkrut67kvMu+fuL1VHDDit0viw=";
|
||||
sha256 = "sha256-jqaGlMhy6L6lRknl6Ezi0n+vNjMb7C+FN9a+QeOy/RY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
lksctp-tools
|
||||
pcsclite
|
||||
uhd
|
||||
soapysdr
|
||||
soapysdr-with-plugins
|
||||
libbladeRF
|
||||
zeromq
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue