Commit 9959d7f0 authored by R. RyanTM's avatar R. RyanTM
Browse files

quill-log: 8.2.0 -> 9.0.0

parent 02b2743b
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 = "8.2.0";
  version = "9.0.0";

  src = fetchFromGitHub {
    owner = "odygrd";
    repo = "quill";
    rev = "v${version}";
    hash = "sha256-q61TdttCVZG5MZVhokugMGhB4ZJOhK4iFgirUonocJg=";
    hash = "sha256-WkJOB06yH3B3L2aqglh1jc38e1fDbxaqFEEh1AvBUcw=";
  };

  nativeBuildInputs = [ cmake ];