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

flashmq: 1.15.2 -> 1.15.3

parent 8f3b38da
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.2";
  version = "1.15.3";

  src = fetchFromGitHub {
    owner = "halfgaar";
    repo = "FlashMQ";
    rev = "v${version}";
    hash = "sha256-4ZK8aHDhI0yslx1VoO+cgqj4YQ6AgE0Jy5C4WJ4k4OQ=";
    hash = "sha256-uTTk+7K9vHPTRYT1BxiXdp5+8n9zDdQJXQziQvI5YGU=";
  };

  nativeBuildInputs = [ cmake installShellFiles ];