Commit 14e642d0 authored by R. RyanTM's avatar R. RyanTM
Browse files

quill-log: 6.1.0 -> 6.1.2

parent 21a5d045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "quill-log";
  version = "6.1.0";
  version = "6.1.2";

  src = fetchFromGitHub {
    owner = "odygrd";
    repo = "quill";
    rev = "v${version}";
    hash = "sha256-6m3ijZlQ8NB+uGtsxAfLgryKUwlroqexK3IuC2FG3J4=";
    hash = "sha256-hnSdyaVOPppa6KCgD6NoD4PKn0jI4iGGPg3Tnx0KX3w=";
  };

  nativeBuildInputs = [ cmake ];