Merge pull request #302671 from r-ryantm/auto-update/libpulsar

libpulsar: 3.5.0 -> 3.5.1
This commit is contained in:
Nick Cao 2024-04-09 09:07:39 -04:00 committed by GitHub
commit cadec80f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,13 +46,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: rec { stdenv.mkDerivation (finalAttrs: rec {
pname = "libpulsar"; pname = "libpulsar";
version = "3.5.0"; version = "3.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "apache"; owner = "apache";
repo = "pulsar-client-cpp"; repo = "pulsar-client-cpp";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-pNeoStDryyMtBolpp5nT5GFjYPuXg2ks1Ka1mjjN/9k="; hash = "sha256-BSDkF0MAc54N59t7ozMLof0of4sURL3qiksLZhb+6I8=";
}; };
nativeBuildInputs = [ cmake pkg-config ] nativeBuildInputs = [ cmake pkg-config ]