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

cyclonedds-cxx: 0.10.4 -> 0.10.5
This commit is contained in:
Nick Cao 2024-06-30 09:37:05 -04:00 committed by GitHub
commit 4f25d8a910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
stdenv.mkDerivation rec {
pname = "cyclonedds-cxx";
version = "0.10.4";
version = "0.10.5";
outputs = ["out" "dev"];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "eclipse-cyclonedds";
repo = "cyclonedds-cxx";
rev = version;
hash = "sha256-/Bb4lhDeJFCZpsf+EfKSJpX5Xv5mFms5miw36be1goQ=";
hash = "sha256-whFVEQec/Ca+dr6R7z9mMrNg315z3oIWchVT+vQ36So=";
};
nativeBuildInputs = [ cmake ];