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

qlog: 0.35.1 -> 0.35.2
This commit is contained in:
Nick Cao 2024-05-22 20:53:30 -04:00 committed by GitHub
commit 751002cd93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.35.1";
version = "0.35.2";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-qmTep8cwNFxgvWO6tOtk+kwjhEltjJTc0Fo4o01GzIo=";
hash = "sha256-3ht3/J4uJ7Nyfp0xpVDYa8GnV/EvHjf09XGSEBLRGZU=";
fetchSubmodules = true;
};