libpulsar: 3.7.0 -> 3.7.1

This commit is contained in:
R. Ryantm
2025-05-07 07:41:31 +00:00
parent 995a647278
commit d7a7425974
@@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation (finalAttrs: rec {
pname = "libpulsar";
version = "3.7.0";
version = "3.7.1";
src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-cpp";
rev = "v${version}";
hash = "sha256-hY6ivTKWgl/2KLeP6MMAdWcM/LJ5b7zoNVRlg6nx6Sc=";
hash = "sha256-RHWi0KCq7U7Dr3Ic7kduc8P64VpAThTQ3lDxLLEqzIU=";
};
nativeBuildInputs =