fastcdr: 2.2.5 -> 2.2.6

This commit is contained in:
R. Ryantm 2024-12-18 13:08:32 +00:00
parent a98c720fb6
commit 3c376ee3bd

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr";
version = "2.2.5";
version = "2.2.6";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-CDR";
rev = "v${finalAttrs.version}";
hash = "sha256-bJ8/7k6+YzVsklppCoI7+pS5wVvpSDPLGrrcMejCj3g=";
hash = "sha256-kraflUsnsUBCwCN8vEVaPExSBF0cMdser2UwXpAGhlw=";
};
patches = [