qlog: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm 2024-05-03 15:14:00 +00:00
parent eba1ebd609
commit ed716bf802

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.34.0";
version = "0.35.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-zPIGqVfpd7Gkm3Ify+AwiCSWQ67ybv9BmuolSu9WzHM=";
hash = "sha256-f+H1NglsNhUTbH0JOWmvERrEQEwDAIRkJCD4ELC4oA8=";
fetchSubmodules = true;
};