fastcdr: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm
2026-06-02 15:00:32 +00:00
parent 05bf8cf22c
commit 48285ec243
+2 -2
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 = [