Merge pull request #312199 from r-ryantm/auto-update/flashmq

flashmq: 1.9.1 -> 1.13.0
This commit is contained in:
Nikolay Korotkiy
2024-05-16 18:29:07 +04:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.9.1";
version = "1.13.0";
src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-LxmD/NfD4OJR77erwRnHoe6VRiytqzMlWvRtgY8RD94=";
hash = "sha256-MoBLV39auDz5oicpX6CVvrHMifGpUozocq4E3J+8xWA=";
};
nativeBuildInputs = [ cmake installShellFiles ];
-2
View File
@@ -25668,8 +25668,6 @@ with pkgs;
inherit (callPackages ../servers/firebird { }) firebird_4 firebird_3 firebird_2_5 firebird;
flashmq = callPackage ../servers/mqtt/flashmq { };
freeradius = callPackage ../servers/freeradius { };
freshrss = callPackage ../servers/web-apps/freshrss { };