qlog: 0.35.2 -> 0.36.0

This commit is contained in:
R. Ryantm 2024-06-07 15:12:17 +00:00
parent dfec583872
commit 82cd5ab3e1

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;
};