Merge pull request #308829 from r-ryantm/auto-update/qlog

qlog: 0.34.0 -> 0.35.0
This commit is contained in:
Weijia Wang
2024-05-12 20:21:30 +02:00
committed by GitHub
+2 -2
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;
};