Commit bc4bd283 authored by R. RyanTM's avatar R. RyanTM
Browse files

flashmq: 1.15.4 -> 1.16.0

parent 2d2404ab
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.15.4";
  version = "1.16.0";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-798BUwjVpsv4OW12mWWXbyqogGX1y182H/u/0Cz3Xow=";
    hash = "sha256-oKH2cH1GuNrBzxAVvmO01+IfkuNzQEgGpL4gSfjpjqg=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];