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
commit 05bb4f6eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr"; pname = "fastcdr";
version = "2.1.2"; version = "2.1.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eProsima"; owner = "eProsima";
repo = "Fast-CDR"; repo = "Fast-CDR";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-rdRn/vRcZuej7buyb1K6f+9A4oLSodNw3pwefjsUXHA="; hash = "sha256-eSf6LNTVsGEBXjTmTBjjWKBqs68pbnVcw1p2bi1Asgg=";
}; };
patches = [ patches = [