quill-log: 9.0.2 -> 9.0.3

This commit is contained in:
R. Ryantm
2025-05-23 13:00:10 +00:00
parent affb6b1b65
commit 5d9133c6ca
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "9.0.2";
version = "9.0.3";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-8BXdSITZKdJSstS4LbOCT9BedFHbmd/6bAPiQsCC+8Y=";
hash = "sha256-G7DUxN32g32744kfGVth4G7GJz8xguIfvX/ojkgh/Ao=";
};
nativeBuildInputs = [ cmake ];