Merge pull request #333594 from r-ryantm/auto-update/quill-log

quill-log: 6.0.0 -> 6.1.0
This commit is contained in:
Nick Cao
2024-08-10 11:12:08 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "6.0.0";
version = "6.1.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-hYnpMgxhL8TIkOzhxf4I/Eeix+BRecNYynuGPm/QwbA=";
hash = "sha256-6m3ijZlQ8NB+uGtsxAfLgryKUwlroqexK3IuC2FG3J4=";
};
nativeBuildInputs = [ cmake ];