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

easyloggingpp: 9.96.2 -> 9.96.4
This commit is contained in:
Jörg Thalheim 2018-04-21 11:11:39 +01:00 committed by GitHub
commit 8ef9f40cc3
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 {
name = "easyloggingpp-${version}";
version = "9.96.2";
version = "9.96.4";
src = fetchFromGitHub {
owner = "muflihun";
repo = "easyloggingpp";
rev = "v${version}";
sha256 = "0qhf93i2ks9v6rk6n4v3fn7xrkqdwgs6rm6wd0gx9sm2wlq4ancd";
sha256 = "0l0b8cssxkj0wlfqjj8hfnfvrjcxa81h947d54w86iadrilrsprb";
};
nativeBuildInputs = [cmake];