fastcdr: 2.3.5 -> 2.3.6

(cherry picked from commit 48285ec243)
This commit is contained in:
R. Ryantm 2026-06-02 15:00:32 +00:00 committed by github-actions[bot]
commit 0a9937204a

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr";
version = "2.3.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-CDR";
rev = "v${finalAttrs.version}";
hash = "sha256-gWENB3zqnFll047Jv+GL4k497wrzNaIaVTbXY7feRNQ=";
hash = "sha256-s0cIb/83dD5W8vN/2bEBxRD35NpfCSHEpsJQjtr94aE=";
};
patches = [