Unverified Commit aee531f6 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

qlog: 0.36.0 -> 0.37.0
parents 13ff3b27 5aa97361
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.36.0";
  version = "0.37.0";

  src = fetchFromGitHub {
    owner = "foldynl";
    repo = "QLog";
    rev = "v${version}";
    hash = "sha256-YbjtN08zEj8rlRDC5tS/JsBOH70DV98wmL6pFQTehgg=";
    hash = "sha256-OXE+8e8Wr2EETEfdDaI/fb+SSsRhippqPzTXTlwLP4c=";
    fetchSubmodules = true;
  };