quill-log: 8.0.0 -> 8.1.0 (#377810)

This commit is contained in:
Nick Cao 2025-01-29 16:25:15 -05:00 committed by GitHub
commit 2786c944d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];