quill-log: 8.0.0 -> 8.1.0

This commit is contained in:
R. Ryantm
2025-01-29 20:32:04 +00:00
parent d20931e1a7
commit 3cebd54b39
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "8.0.0";
version = "8.1.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-vwi5TU9yIdMgVXwPrhGcmmZtpq57DoVok38NY+hKlkU=";
hash = "sha256-bzu+IKURT/+WPfmsUlzLrXqY2l62CLolqwWg2BwGnO0=";
};
nativeBuildInputs = [ cmake ];