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

qlog: 0.35.2 -> 0.36.0
This commit is contained in:
Maciej Krüger 2024-06-19 18:58:11 +02:00 committed by GitHub
commit 5b75ddc9a3
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.2";
version = "0.36.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-3ht3/J4uJ7Nyfp0xpVDYa8GnV/EvHjf09XGSEBLRGZU=";
hash = "sha256-YbjtN08zEj8rlRDC5tS/JsBOH70DV98wmL6pFQTehgg=";
fetchSubmodules = true;
};