fastcdr: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm 2024-10-09 12:56:20 +00:00
parent eb9f4a34ae
commit 9f8d9fb7e6

View File

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