Commit 2d048eae authored by R. RyanTM's avatar R. RyanTM Committed by github-actions[bot]
Browse files

quill-log: 11.0.0 -> 11.0.1

(cherry picked from commit 7292e19f)
parent 740856ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "quill-log";
  version = "11.0.0";
  version = "11.0.1";

  src = fetchFromGitHub {
    owner = "odygrd";
    repo = "quill";
    tag = "v${finalAttrs.version}";
    hash = "sha256-dA9btWXlpheyfJz74OK9aZjXW5UipGaoC8y0+/F3PFc=";
    hash = "sha256-h5vjHyhAVPcVZJFKbXFm2eUbesI088XkA7HZCCx9jzc=";
  };

  nativeBuildInputs = [ cmake ];