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

qlog: 0.30.0 -> 0.31.0
This commit is contained in:
Maximilian Bosch
2024-01-06 16:09:02 +01:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.30.0";
version = "0.31.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-WgLUIWggUKHPjVa6brkJzeRMZli/qhfu4jatf+JYIRU=";
hash = "sha256-tNTPT5AIQhKDyB+Pss+VdNeORcsHa+OSr15wLqID8PA=";
fetchSubmodules = true;
};