quill-log: 10.0.0 -> 10.0.1

This commit is contained in:
R. Ryantm
2025-06-27 19:02:50 +00:00
parent 3d8d335978
commit 5ff443eb50
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "10.0.0";
version = "10.0.1";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-za0ech+rkhhtFumrkMMJXccd14PKXoiBQPXSYcK8Y7A=";
hash = "sha256-MLdCw+erKFYajZ4gB1KXNjd3wNMVez1OPASQyn4DXtM=";
};
nativeBuildInputs = [ cmake ];