Unverified Commit 05c22b6c authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

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

qlog: 0.35.0 -> 0.35.1
parents 31ab6c83 5628b761
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };