qlog: 0.37.2 -> 0.38.0

This commit is contained in:
R. Ryantm 2024-08-29 17:32:59 +00:00
parent b4f7fb7143
commit 0d5bd8cc65

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.37.2";
version = "0.38.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-cphbM9dl+Ls2i3H5QjOugW0nXqa9bp5LpcnE9ACjqWM=";
hash = "sha256-C9kXntcCUaEl/S1ypZrU0ZPfaJbzg6/aXJSC+TREmhc=";
fetchSubmodules = true;
};