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

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];