Merge pull request #109783 from r-ryantm/auto-update/easyloggingpp

easyloggingpp: 9.96.7 -> 9.97.0
This commit is contained in:
Sandro 2021-01-18 17:44:45 +01:00 committed by GitHub
commit e078b5f0ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,12 +4,12 @@
{ stdenv, fetchFromGitHub, cmake, gtest }:
stdenv.mkDerivation rec {
pname = "easyloggingpp";
version = "9.96.7";
version = "9.97.0";
src = fetchFromGitHub {
owner = "muflihun";
repo = "easyloggingpp";
rev = "v${version}";
sha256 = "0nhszn0yyjwpnv7swm4vqs3i7admgbnifi5dvq5h01fk5nc8yjqz";
sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs=";
};
nativeBuildInputs = [cmake];