Unverified Commit 4fdcf73b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

quill-log: 10.1.0 -> 10.2.0 (#457865)

parents 7802a4d3 9242bbbf
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 = "10.1.0";
  version = "10.2.0";

  src = fetchFromGitHub {
    owner = "odygrd";
    repo = "quill";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nCU+7y2ssvV8VDxQ51fjG4d/vsmWRkHpWWoUaXNTQcQ=";
    hash = "sha256-BgUKxUKAaDRGm8OazhMDAfzbJSGXyScpJ5YR8lz5u6c=";
  };

  nativeBuildInputs = [ cmake ];