8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 hash = "sha256-wExPgq+La0PCTrUajn8VYWw6uReXHoAVngygMJ2B/Qs=";
19 nativeBuildInputs = [ cmake ];
22 homepage = "https://github.com/odygrd/quill";
23 changelog = "https://github.com/odygrd/quill/blob/master/CHANGELOG.md";
24 downloadPage = "https://github.com/odygrd/quill";
25 description = "Asynchronous Low Latency C++17 Logging Library";
26 platforms = platforms.all;
27 license = licenses.mit;
28 maintainers = [ maintainers.odygrd ];