Unverified Commit 9e4d3d87 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

flashmq: 1.17.1 -> 1.17.2 (#353283)

parents 7b36bfd6 e9a7eb4b
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.1";
  version = "1.17.2";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-T9ecw+UHe/DM8TSDda140lxG3oaf/wf+TEySOz6tboA=";
    hash = "sha256-9PZ0niX7VQzoJ6JE50NOU2es8PyBt7ECENvr2lDpb7Y=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];