libpulsar: 3.5.1 -> 3.6.0

This commit is contained in:
R. Ryantm 2024-09-06 17:37:08 +00:00
parent 5a24308c38
commit ceba9df0a0

View File

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