Unverified Commit 69b58197 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #299484 from panicgh/fastcdr

fastcdr: 2.2.0 -> 2.2.1
parents 79e32e6f eb101991
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "fastcdr";
  version = "2.2.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "eProsima";
    repo = "Fast-CDR";
    rev = "v${finalAttrs.version}";
    hash = "sha256-hhYNgBLJCTZV/fgHEH7rxlTy+qpShAykxHLbPtPA/Uw=";
    hash = "sha256-9eIPGGrDBsxLbX+oR++jg8ddUYKOC3nLnqg0q1bxPZU=";
  };

  patches = [