mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.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];
|
||||
|
Loading…
Reference in New Issue
Block a user