qlog: 0.36.0 -> 0.37.0

This commit is contained in:
R. Ryantm
2024-07-02 02:55:55 +00:00
parent cfdae65b07
commit 5aa973612c
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.36.0";
version = "0.37.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-YbjtN08zEj8rlRDC5tS/JsBOH70DV98wmL6pFQTehgg=";
hash = "sha256-OXE+8e8Wr2EETEfdDaI/fb+SSsRhippqPzTXTlwLP4c=";
fetchSubmodules = true;
};