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

flashmq: 1.17.2 → 1.17.3 (#354507)

parents be782381 c89cc9e3
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.17.2";
  version = "1.17.3";

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

  nativeBuildInputs = [ cmake installShellFiles ];