quill-log: 7.3.0 -> 7.5.0

This commit is contained in:
R. Ryantm
2024-11-16 16:59:54 +00:00
parent e3ae6ff898
commit cfef478f33
+2 -2
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 ];