Unverified Commit 9dd634b5 authored by Pascal Bach's avatar Pascal Bach Committed by GitHub
Browse files

Merge pull request #312563 from r-ryantm/auto-update/cyclonedds

cyclonedds: 0.10.4 -> 0.10.5
parents cefe72eb df7a9e92
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "cyclonedds";
  version = "0.10.4";
  version = "0.10.5";

  src = fetchFromGitHub {
    owner = "eclipse-cyclonedds";
    repo = "cyclonedds";
    rev = version;
    sha256 = "sha256-LSCfQPyd/QOsrnLNbKb0OlCvmHi/2aDDhi8VeXpYb1w=";
    sha256 = "sha256-MQVUZ7PkxauoPpfxlhhAtsKztMe9tcZOpOzshuz/eb8=";
  };

  patches = [