Merge pull request #39259 from r-ryantm/auto-update/easyloggingpp
easyloggingpp: 9.96.2 -> 9.96.4
This commit is contained in:
commit
8ef9f40cc3
@ -4,12 +4,12 @@
|
|||||||
{ stdenv, fetchFromGitHub, cmake, gtest }:
|
{ stdenv, fetchFromGitHub, cmake, gtest }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "easyloggingpp-${version}";
|
name = "easyloggingpp-${version}";
|
||||||
version = "9.96.2";
|
version = "9.96.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muflihun";
|
owner = "muflihun";
|
||||||
repo = "easyloggingpp";
|
repo = "easyloggingpp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0qhf93i2ks9v6rk6n4v3fn7xrkqdwgs6rm6wd0gx9sm2wlq4ancd";
|
sha256 = "0l0b8cssxkj0wlfqjj8hfnfvrjcxa81h947d54w86iadrilrsprb";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [cmake];
|
nativeBuildInputs = [cmake];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user