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

nanomq: 0.14.5 -> 0.14.8
This commit is contained in:
Nikolay Korotkiy 2022-12-18 02:01:24 +04:00 committed by GitHub
commit 0ebe88cc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nanomq";
version = "0.14.5";
version = "0.14.8";
src = fetchFromGitHub {
owner = "emqx";
repo = "nanomq";
rev = finalAttrs.version;
hash = "sha256-VbVeePacHrE79qV74rGv70G4Hj6O8nK4XCZ3xKbxuQU=";
hash = "sha256-rWLsH01XHtN/UlyOiMFI2UECuxodCkCVR/L72HIfNtY=";
fetchSubmodules = true;
};