1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

quill-log: 7.0.0 -> 7.1.0 (#342463)

This commit is contained in:
Nick Cao 2024-09-17 15:27:28 -04:00 committed by GitHub
commit cf67a1a89d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "quill-log";
version = "7.0.0";
version = "7.1.0";
src = fetchFromGitHub {
owner = "odygrd";
repo = "quill";
rev = "v${version}";
hash = "sha256-lNbr8oPyD/IOP+R2QKTYm9eF3jpYBCXeCtK25ibXtnM=";
hash = "sha256-O+nCznhyoGq4u6bTPKaFMrRdFsH3uZmGFpFr4yjCq3I=";
};
nativeBuildInputs = [ cmake ];