quill-log: 7.1.0 -> 7.2.2

This commit is contained in:
R. Ryantm 2024-09-28 04:37:07 +00:00
parent efabdd83aa
commit 55f375d1b4

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "7.1.0";
version = "7.2.2";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-O+nCznhyoGq4u6bTPKaFMrRdFsH3uZmGFpFr4yjCq3I=";
hash = "sha256-au3cuzWm+MUCMDnHb93gy9b/8ITbLTQ1PYCjonh7QKw=";
};
nativeBuildInputs = [ cmake ];