quill-log: 8.2.0 -> 9.0.0 (#395354)

Changed files
+2 -2
pkgs
by-name
qu
quill-log
+2 -2
pkgs/by-name/qu/quill-log/package.nix
···
stdenv.mkDerivation rec {
pname = "quill-log";
-
version = "8.2.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
-
hash = "sha256-q61TdttCVZG5MZVhokugMGhB4ZJOhK4iFgirUonocJg=";
};
nativeBuildInputs = [ cmake ];
···
stdenv.mkDerivation rec {
pname = "quill-log";
+
version = "9.0.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
+
hash = "sha256-WkJOB06yH3B3L2aqglh1jc38e1fDbxaqFEEh1AvBUcw=";
};
nativeBuildInputs = [ cmake ];