qlog: 0.31.0 -> 0.32.0

This commit is contained in:
R. Ryantm 2024-02-11 10:06:28 +00:00
parent d7c8d1d842
commit 70e792d65e

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;
};