fastdds: 3.6.0 -> 3.6.1 (#515044)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-20 20:43:30 +00:00
committed by GitHub
+2 -2
View File
@@ -15,14 +15,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastdds";
version = "3.6.0";
version = "3.6.1";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-DDS";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-r9ub7/ULkwVFM6Brz+rV+4yGxaGQAmpMW4xf6+jSAIQ=";
hash = "sha256-C9MKfQJ+8XsiSIYaB43j6xmoIyRH7h7sgEyzj1gml/8=";
};
nativeBuildInputs = [