qlog: 0.42.0 -> 0.42.1

This commit is contained in:
R. Ryantm
2025-02-28 09:05:37 +00:00
parent d7edfd5daf
commit 2306f9dd64
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.42.0";
version = "0.42.1";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-ZeDFhBfw6da44FRjMDXFRWE5O9M6xk1Vc+JpnrPgPFc=";
hash = "sha256-pCF6Q/kBPDNbCorXk77edLmc4niUeiYRrJAKfD0kfVs=";
fetchSubmodules = true;
};