fastcdr: 2.1.2 -> 2.1.3

This commit is contained in:
R. Ryantm
2024-01-10 09:34:23 +00:00
parent 2225c6a883
commit fdeba8c35b
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-CDR";
rev = "v${finalAttrs.version}";
hash = "sha256-rdRn/vRcZuej7buyb1K6f+9A4oLSodNw3pwefjsUXHA=";
hash = "sha256-eSf6LNTVsGEBXjTmTBjjWKBqs68pbnVcw1p2bi1Asgg=";
};
patches = [