Merge pull request #36513 from ryantm/auto-update/easyloggingpp

easyloggingpp: 9.96.0 -> 9.96.1
This commit is contained in:
Joachim F 2018-03-14 19:49:17 +00:00 committed by GitHub
commit b97cd9a073
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.0";
version = "9.96.1";
src = fetchFromGitHub {
owner = "muflihun";
repo = "easyloggingpp";
rev = "v${version}";
sha256 = "134arh13rksfsxa80h6xw104458ihzp1mpblz5sprx5gxkq7yqfv";
sha256 = "1x5wwm62l1231sgxfwx8mj7fc8452j3f509jyxa9wd2krkpvqxmy";
};
nativeBuildInputs = [cmake];