Skip to content

Commit

Permalink
flashmq: 1.17.0 -> 1.17.1 (NixOS#338705)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Sep 1, 2024
2 parents 7b3fc64 + 4276cd7 commit 92b2aea
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.0";
version = "1.17.1";

src = fetchFromGitHub {
owner = "halfgaar";
repo = "FlashMQ";
rev = "v${version}";
hash = "sha256-HcpNPkG1gd5Gb5z//DrU8Rxf+dZWKMwHtj62k4N1S3U=";
hash = "sha256-T9ecw+UHe/DM8TSDda140lxG3oaf/wf+TEySOz6tboA=";
};

nativeBuildInputs = [ cmake installShellFiles ];
Expand Down

0 comments on commit 92b2aea

Please sign in to comment.