qlog: 0.42.2 -> 0.43.0 (#396046)

This commit is contained in:
Maciej Krüger 2025-04-07 06:42:22 +02:00 committed by GitHub
commit bda1fbeffb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "qlog"; pname = "qlog";
version = "0.42.2"; version = "0.43.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "foldynl"; owner = "foldynl";
repo = "QLog"; repo = "QLog";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DWUfP0C48JMvUashqCaDfnsn1IxzhtOzmSG5Fh+sL/w="; hash = "sha256-gCXLZ00klyjisLxSvs4wKD0Sg8CFvF0xR+eHpc1D0Jc=";
fetchSubmodules = true; fetchSubmodules = true;
}; };