libpulsar: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2024-04-08 20:57:20 +00:00
parent f6eb921406
commit ef29d0cf9e
1 changed files with 2 additions and 2 deletions

View File

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