Unverified Commit 9832f75d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

flashmq: 1.13.0 -> 1.13.1
parents e0df2dd1 b0898457
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "flashmq";
  version = "1.13.0";
  version = "1.13.1";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-MoBLV39auDz5oicpX6CVvrHMifGpUozocq4E3J+8xWA=";
    hash = "sha256-ZKDoh2eZDs7iQpfsvfsG7ic+A8NG+UUGgq9l2tmfhVI=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];