Unverified Commit dc8beec4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

[Backport release-25.11] quill-log: 11.0.0 -> 11.0.1 (#465071)

parents 8edf3674 2d048eae
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 ];