Unverified Commit 53def8f7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fastcdr: 2.2.6 -> 2.3.0 (#391584)

parents 813c4276 9bf6e63d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastcdr";
  version = "2.2.6";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "eProsima";
    repo = "Fast-CDR";
    rev = "v${finalAttrs.version}";
    hash = "sha256-kraflUsnsUBCwCN8vEVaPExSBF0cMdser2UwXpAGhlw=";
    hash = "sha256-wPhXVQyVtAcMrgeF9diHlyp10SAYfRn67Ly3aFyM/Zc=";
  };

  patches = [