We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a647 commit d7a7425Copy full SHA for d7a7425
1 file changed
pkgs/development/libraries/libpulsar/default.nix
@@ -48,13 +48,13 @@ let
48
in
49
stdenv.mkDerivation (finalAttrs: rec {
50
pname = "libpulsar";
51
- version = "3.7.0";
+ version = "3.7.1";
52
53
src = fetchFromGitHub {
54
owner = "apache";
55
repo = "pulsar-client-cpp";
56
rev = "v${version}";
57
- hash = "sha256-hY6ivTKWgl/2KLeP6MMAdWcM/LJ5b7zoNVRlg6nx6Sc=";
+ hash = "sha256-RHWi0KCq7U7Dr3Ic7kduc8P64VpAThTQ3lDxLLEqzIU=";
58
};
59
60
nativeBuildInputs =
0 commit comments