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

qlog: 0.35.0 -> 0.35.1
This commit is contained in:
Maciej Krüger
2024-05-16 17:19:55 +02:00
committed by GitHub
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "qlog";
version = "0.35.0";
version = "0.35.1";
src = fetchFromGitHub {
owner = "foldynl";
repo = "QLog";
rev = "v${version}";
hash = "sha256-f+H1NglsNhUTbH0JOWmvERrEQEwDAIRkJCD4ELC4oA8=";
hash = "sha256-qmTep8cwNFxgvWO6tOtk+kwjhEltjJTc0Fo4o01GzIo=";
fetchSubmodules = true;
};