quill-log: 7.3.0 -> 7.5.0 (#356514)

This commit is contained in:
tomberek 2024-11-22 01:17:31 -05:00 committed by GitHub
commit 1231a8bda1
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 = "7.3.0";
version = "7.5.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-wExPgq+La0PCTrUajn8VYWw6uReXHoAVngygMJ2B/Qs=";
hash = "sha256-sALrDsOxyBAtUCSRFTpZV4/2B29pss+KbiXT9xEfLTI=";
};
nativeBuildInputs = [ cmake ];