lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

cyclonedds: 0.10.4 -> 0.10.5

authored by

Pascal Bach and committed by
GitHub
9dd634b5 cefe72eb

+2 -2
+2 -2
pkgs/development/libraries/cyclonedds/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "cyclonedds"; 9 - version = "0.10.4"; 9 + version = "0.10.5"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "eclipse-cyclonedds"; 13 13 repo = "cyclonedds"; 14 14 rev = version; 15 - sha256 = "sha256-LSCfQPyd/QOsrnLNbKb0OlCvmHi/2aDDhi8VeXpYb1w="; 15 + sha256 = "sha256-MQVUZ7PkxauoPpfxlhhAtsKztMe9tcZOpOzshuz/eb8="; 16 16 }; 17 17 18 18 patches = [