Skip to content

Commit

Permalink
libpulsar: 3.6.0 -> 3.7.0 (#372378)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 9, 2025
2 parents 6af4548 + 9f093da commit 9d2feae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libpulsar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
pname = "libpulsar";
version = "3.6.0";
version = "3.7.0";

src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-cpp";
rev = "v${version}";
hash = "sha256-P1LhUH7V3EtWBXwPHQdN11mCjuyUyVdrtZsUItvC8xU=";
hash = "sha256-hY6ivTKWgl/2KLeP6MMAdWcM/LJ5b7zoNVRlg6nx6Sc=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 9d2feae

Please sign in to comment.