quill-log: 11.0.2 -> 11.1.0

This commit is contained in:
R. Ryantm
2026-03-08 13:00:06 +00:00
parent cb39d8752d
commit 64ee5e7ce7
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quill-log";
version = "11.0.2";
version = "11.1.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
tag = "v${finalAttrs.version}";
hash = "sha256-b5kHxvjmTea5HU9gTvizFwhG2zwOJSPlf30XKEhxe8w=";
hash = "sha256-OBvKOJt/GPwrFk9JHaJ658CWAkhyVQNprbwsKJb8aHs=";
};
nativeBuildInputs = [ cmake ];