Unverified Commit 4467422d authored by rewine's avatar rewine Committed by GitHub
Browse files

quill-log: 8.1.1 -> 8.2.0 (#385449)

parents 3de97cbf 0d5abeec
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.1.1";
  version = "8.2.0";

  src = fetchFromGitHub {
    owner = "odygrd";
    repo = "quill";
    rev = "v${version}";
    hash = "sha256-7+yJRhTdYyGiOrsWnzagTPtxH2Gqqd4VNw/2i2C6Mak=";
    hash = "sha256-q61TdttCVZG5MZVhokugMGhB4ZJOhK4iFgirUonocJg=";
  };

  nativeBuildInputs = [ cmake ];