Skip to content

Commit d7a7425

Browse files
committed
libpulsar: 3.7.0 -> 3.7.1
1 parent 995a647 commit d7a7425

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/libraries/libpulsar/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ let
4848
in
4949
stdenv.mkDerivation (finalAttrs: rec {
5050
pname = "libpulsar";
51-
version = "3.7.0";
51+
version = "3.7.1";
5252

5353
src = fetchFromGitHub {
5454
owner = "apache";
5555
repo = "pulsar-client-cpp";
5656
rev = "v${version}";
57-
hash = "sha256-hY6ivTKWgl/2KLeP6MMAdWcM/LJ5b7zoNVRlg6nx6Sc=";
57+
hash = "sha256-RHWi0KCq7U7Dr3Ic7kduc8P64VpAThTQ3lDxLLEqzIU=";
5858
};
5959

6060
nativeBuildInputs =

0 commit comments

Comments
 (0)