Unverified Commit 9b9b0fe1 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

fastcdr: 1.1.1 -> 2.1.2
parents 1b74ec2a cedbec08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [