Skip to content

Commit

Permalink
quill-log: 7.2.2 -> 7.3.0 (#346743)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 6, 2024
2 parents 744e61f + 15fd422 commit 4620cb3
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.2.2";
version = "7.3.0";

src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-au3cuzWm+MUCMDnHb93gy9b/8ITbLTQ1PYCjonh7QKw=";
hash = "sha256-wExPgq+La0PCTrUajn8VYWw6uReXHoAVngygMJ2B/Qs=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 4620cb3

Please sign in to comment.