Commit 29ef9ed9 authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

libpulsar: 3.7.1 -> 3.7.2

parent 132526a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 =