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

qlog: 0.31.0 -> 0.32.0
This commit is contained in:
Maciej Krüger
2024-02-11 14:59:31 +01:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-tNTPT5AIQhKDyB+Pss+VdNeORcsHa+OSr15wLqID8PA=";
hash = "sha256-GU4TdGtVh7CgiPYQJp0D6X9G1ge4Lzp/AaqbtyOWGtw=";
fetchSubmodules = true;
};