Skip to content

Commit

Permalink
flashmq: 1.4.5 -> 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 25, 2024
1 parent b9b58d1 commit 0c10ec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/mqtt/flashmq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.4.5";
version = "1.8.4";

src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-DcxwwUNpnMeK8A3LuyfrWAMCng0yIcX9bKxNGY0uDSo=";
hash = "sha256-CMZim7FSTzjUaViVFq5OABOAUX3Aee+I3/HQhNIdIVM=";
};

nativeBuildInputs = [ cmake installShellFiles ];
Expand Down

0 comments on commit 0c10ec9

Please sign in to comment.