Skip to content

Commit

Permalink
quill-log: 7.5.0 -> 8.0.0 (#374411)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 22, 2025
2 parents 0a83e81 + 3aa13d8 commit fce7e64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/qu/quill-log/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "quill-log";
version = "7.5.0";
version = "8.0.0";

src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-sALrDsOxyBAtUCSRFTpZV4/2B29pss+KbiXT9xEfLTI=";
hash = "sha256-vwi5TU9yIdMgVXwPrhGcmmZtpq57DoVok38NY+hKlkU=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit fce7e64

Please sign in to comment.