Merge pull request #202383 from r-ryantm/auto-update/nanomq

nanomq: 0.13.0 -> 0.13.1
This commit is contained in:
Nikolay Korotkiy 2022-11-22 22:50:11 +04:00 committed by GitHub
commit bae852e93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
};