quill-log: 9.0.0 -> 9.0.1

This commit is contained in:
R. Ryantm
2025-04-13 07:52:23 +00:00
parent 10189aca67
commit 05f707c404
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "9.0.0";
version = "9.0.1";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-WkJOB06yH3B3L2aqglh1jc38e1fDbxaqFEEh1AvBUcw=";
hash = "sha256-RPffzaFrkV7w40CAQLAXV47EyWv4M7pShaY7Phsmw1o=";
};
nativeBuildInputs = [ cmake ];