Skip to content

Commit

Permalink
flashmq: 1.17.3 → 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Nov 26, 2024
1 parent 4238856 commit 347e857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/fl/flashmq/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "flashmq";
version = "1.17.3";
version = "1.18.2";

src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-AL3jkmz+LLg8apyMkemQugFrZpn5f1sJEskjEiZ5/PQ=";
hash = "sha256-sr3gKCovw5bhX9WsuiHQxwq/SaoLHOPCoNjtSop8ka8=";
};

nativeBuildInputs = [ cmake installShellFiles ];
Expand Down

0 comments on commit 347e857

Please sign in to comment.