Unverified Commit 3ca3c03d authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

flashmq: 1.8.4 → 1.9.1

parent 4477ea4d
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.8.4";
  version = "1.9.1";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-CMZim7FSTzjUaViVFq5OABOAUX3Aee+I3/HQhNIdIVM=";
    hash = "sha256-LxmD/NfD4OJR77erwRnHoe6VRiytqzMlWvRtgY8RD94=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];