Unverified Commit 725cad3d authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

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

qlog: 0.37.0 -> 0.37.1
parents 01fe231d 8f64cb67
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.37.0";
  version = "0.37.1";

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