Unverified Commit c6d67689 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nanomq: 0.24.10 -> 0.24.11 (#500414)

parents b0515cbf 8e39e5cf
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
  zeromq,
  flex,
  bison,
  nix-update-script,

  # for tests
  python3,
@@ -49,13 +50,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "nanomq";
  version = "0.24.10";
  version = "0.24.11";

  src = fetchFromGitHub {
    owner = "emqx";
    repo = "nanomq";
    tag = finalAttrs.version;
    hash = "sha256-2laH4qJo4sQtjsUDEljUoipAXs+LRH+xmOP4a0zz1Y8=";
    hash = "sha256-I2SLc/KbkBvqbbWuLr8ARmmg4DeE7ZbTqcM1tw8WhwQ=";
    fetchSubmodules = true;
  };

@@ -120,6 +121,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstallCheck
  '';

  passthru.updateScript = nix-update-script { };

  passthru.tests = {
    withInstallChecks = finalAttrs.finalPackage.overrideAttrs (_: {
      doInstallCheck = true;