qlog: 0.32.0 -> 0.33.1

This commit is contained in:
R. Ryantm 2024-03-13 08:21:03 +00:00
parent 54dce4f0ac
commit ba734091d3

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.32.0";
version = "0.33.1";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-GU4TdGtVh7CgiPYQJp0D6X9G1ge4Lzp/AaqbtyOWGtw=";
hash = "sha256-stPzkCLcjzQT0n1NRGT7YN625RPYhJ9FuMkjtFZwtbA=";
fetchSubmodules = true;
};