quill-log: 6.1.2 -> 7.0.0 (#339965)

This commit is contained in:
Adam C. Stephens 2024-09-06 21:43:14 -04:00 committed by GitHub
commit 94a9431ac9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "6.1.2";
version = "7.0.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-hnSdyaVOPppa6KCgD6NoD4PKn0jI4iGGPg3Tnx0KX3w=";
hash = "sha256-lNbr8oPyD/IOP+R2QKTYm9eF3jpYBCXeCtK25ibXtnM=";
};
nativeBuildInputs = [ cmake ];