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

easyloggingpp: 9.96.1 -> 9.96.2
This commit is contained in:
Matthew Justin Bauer 2018-04-08 21:30:42 -05:00 committed by GitHub
commit 44c3e749d5
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.1";
version = "9.96.2";
src = fetchFromGitHub {
owner = "muflihun";
repo = "easyloggingpp";
rev = "v${version}";
sha256 = "1x5wwm62l1231sgxfwx8mj7fc8452j3f509jyxa9wd2krkpvqxmy";
sha256 = "0qhf93i2ks9v6rk6n4v3fn7xrkqdwgs6rm6wd0gx9sm2wlq4ancd";
};
nativeBuildInputs = [cmake];