libpulsar: 3.7.1 -> 3.7.2

This commit is contained in:
R. Ryantm 2025-07-07 07:29:42 +00:00 committed by Masum Reza
parent 132526a19c
commit 29ef9ed91c

View File

@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "libpulsar";
version = "3.7.1";
version = "3.7.2";
src = fetchFromGitHub {
owner = "apache";
repo = "pulsar-client-cpp";
rev = "v${finalAttrs.version}";
hash = "sha256-RHWi0KCq7U7Dr3Ic7kduc8P64VpAThTQ3lDxLLEqzIU=";
hash = "sha256-3kUyimyv0Si3zUFaIsIVdulzH8l2fxe6BO9a5L6n8I8=";
};
nativeBuildInputs =