quill-log: 6.1.2 -> 7.0.0

This commit is contained in:
R. Ryantm 2024-09-06 03:13:55 +00:00
parent cd9074db20
commit 1603245c31

View File

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