Commit 7fb41f03 authored by R. RyanTM's avatar R. RyanTM
Browse files

flashmq: 1.13.1 -> 1.14.0

parent 612b7cbb
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.1";
  version = "1.14.0";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-ZKDoh2eZDs7iQpfsvfsG7ic+A8NG+UUGgq9l2tmfhVI=";
    hash = "sha256-rOhH3mRPW4LweQmzztr6/xGqSfo02nFBWrAVd0/oQGA=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];