fastcdr: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2024-06-21 12:57:51 +00:00
parent 197496f33c
commit 37b75f0fb3

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-CDR";
rev = "v${finalAttrs.version}";
hash = "sha256-9eIPGGrDBsxLbX+oR++jg8ddUYKOC3nLnqg0q1bxPZU=";
hash = "sha256-gNVHG52KSp6CKGU4RWyFHcI3gAp8kjylS80mCjm/DiY=";
};
patches = [