Unverified Commit c89cc9e3 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

flashmq: 1.17.2 → 1.17.3

parent 50f7983e
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 ];