Merge pull request #280001 from r-ryantm/auto-update/fastcdr

fastcdr: 2.1.2 -> 2.1.3
This commit is contained in:
Nick Cao
2024-01-10 11:30:18 -05:00
committed by GitHub
@@ -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 = [