Unverified Commit 7f7ec703 authored by Maciej Krüger's avatar Maciej Krüger Committed by GitHub
Browse files

qlog: 0.40.1 -> 0.41.1 (#372954)

parents a449b59c 53cf371a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "qlog";
  version = "0.40.1";
  version = "0.41.1";

  src = fetchFromGitHub {
    owner = "foldynl";
    repo = "QLog";
    rev = "v${version}";
    hash = "sha256-6mAFOf/5LsmgMBxzkBlN1MOz4NVS9hi9YWOgeJ2tHSs=";
    hash = "sha256-6+/GtAf/MGPcL6hh7aFeoCPVo6jhX3BQGBTHVHx1jDU=";
    fetchSubmodules = true;
  };