Skip to content

Commit

Permalink
Merge pull request #202383 from r-ryantm/auto-update/nanomq
Browse files Browse the repository at this point in the history
nanomq: 0.13.0 -> 0.13.1
  • Loading branch information
sikmir committed Nov 22, 2022
2 parents 2788904 + 1ca3d39 commit bae852e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mqtt/nanomq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "nanomq";
version = "0.13.0";
version = "0.13.1";

src = fetchFromGitHub {
owner = "emqx";
repo = "nanomq";
rev = version;
hash = "sha256-fxV/X34yohh/bxOsnoVngBKiwqABQDthLgZxvomC0+g=";
hash = "sha256-FJhM1IdS6Ee54JJqJXpvp0OcTJJo2NaB/uP8w3mf/Yw=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit bae852e

Please sign in to comment.