We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bda27c commit 3aa13d8Copy full SHA for 3aa13d8
pkgs/by-name/qu/quill-log/package.nix
@@ -7,13 +7,13 @@
7
8
stdenv.mkDerivation rec {
9
pname = "quill-log";
10
- version = "7.5.0";
+ version = "8.0.0";
11
12
src = fetchFromGitHub {
13
owner = "odygrd";
14
repo = "quill";
15
rev = "v${version}";
16
- hash = "sha256-sALrDsOxyBAtUCSRFTpZV4/2B29pss+KbiXT9xEfLTI=";
+ hash = "sha256-vwi5TU9yIdMgVXwPrhGcmmZtpq57DoVok38NY+hKlkU=";
17
};
18
19
nativeBuildInputs = [ cmake ];
0 commit comments