Merge pull request #187487 from markuskowa/upd-srsran

srsran: 21.10 -> 22.0.4.1
This commit is contained in:
markuskowa 2022-08-22 11:30:14 +02:00 committed by GitHub
commit b234ab2b41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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