Skip to content

Commit

Permalink
ndn-cxx: 0.8.1 -> 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 9, 2024
1 parent 410777e commit d63ec44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ndn-cxx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "ndn-cxx";
version = "0.8.1";
version = "0.9.0";

src = fetchFromGitHub {
owner = "named-data";
repo = "ndn-cxx";
rev = "${pname}-${version}";
sha256 = "sha256-nnnxlkYVTSRB6ZcuIUDFol999+amGtqegHXK+06ITK8=";
sha256 = "sha256-u9+QxqdCET1f5B54HF+Jk/YuQvhcYWsPNIVHi5l0XTM=";
};

nativeBuildInputs = [ doxygen pkg-config python3 python3Packages.sphinx wafHook ];
Expand Down

0 comments on commit d63ec44

Please sign in to comment.