Commit 7036e027 authored by R. RyanTM's avatar R. RyanTM
Browse files

qlog: 0.45.0 -> 0.46.0

parent 7825177d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "qlog";
  version = "0.45.0";
  version = "0.46.0";

  src = fetchFromGitHub {
    owner = "foldynl";
    repo = "QLog";
    tag = "v${version}";
    hash = "sha256-Baw5IbO+A91Kt20DPAvh5oERkojBgegHK70g6XUysvs=";
    hash = "sha256-yb2wSd3Hu6p/BacXxVekTrwy36FsxHapuRigHBRu1yU=";
    fetchSubmodules = true;
  };