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

qlog: 0.36.0 -> 0.37.0
This commit is contained in:
Weijia Wang
2024-07-07 20:23:53 +02:00
committed by GitHub
+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;
};