Commit 2902b880 authored by R. RyanTM's avatar R. RyanTM
Browse files

fastdds: 3.4.2 -> 3.6.0

parent 62e75c8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastdds";
  version = "3.4.2";
  version = "3.6.0";

  src = fetchFromGitHub {
    owner = "eProsima";
    repo = "Fast-DDS";
    rev = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-NTdkGRbE4yVMMZ/PqLC2nZYD0uIcmo1tr+ieOBSijCM=";
    hash = "sha256-r9ub7/ULkwVFM6Brz+rV+4yGxaGQAmpMW4xf6+jSAIQ=";
  };

  nativeBuildInputs = [