Unverified Commit b234ab2b authored by markuskowa's avatar markuskowa Committed by GitHub
Browse files

Merge pull request #187487 from markuskowa/upd-srsran

srsran: 21.10 -> 22.0.4.1
parents 14fa34e9 75088c19
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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
  ];