quill-log: 10.0.1 -> 10.1.0

This commit is contained in:
R. Ryantm
2025-09-07 02:47:33 +00:00
parent 38c4f0e410
commit 5c3daa3430
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quill-log";
version = "10.0.1";
version = "10.1.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
tag = "v${finalAttrs.version}";
hash = "sha256-MLdCw+erKFYajZ4gB1KXNjd3wNMVez1OPASQyn4DXtM=";
hash = "sha256-nCU+7y2ssvV8VDxQ51fjG4d/vsmWRkHpWWoUaXNTQcQ=";
};
nativeBuildInputs = [ cmake ];