fastcdr: 1.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2023-12-26 03:17:20 +00:00
parent 904b22f402
commit cedbec08b5
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fastcdr";
version = "1.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "eProsima";
repo = "Fast-CDR";
rev = "v${finalAttrs.version}";
hash = "sha256-ZJQnm3JN56y2v/XIShfZxkEEu1AKMJxt8wpRqSn9HWk=";
hash = "sha256-rdRn/vRcZuej7buyb1K6f+9A4oLSodNw3pwefjsUXHA=";
};
patches = [