easyloggingpp: 9.96.0 -> 9.96.1
Semi-automatic update. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 9.96.1 with grep in /nix/store/ha2fl2l2j3p9lcn6scxn1n50f1vsb5k6-easyloggingpp-9.96.1 - found 9.96.1 in filename of file in /nix/store/ha2fl2l2j3p9lcn6scxn1n50f1vsb5k6-easyloggingpp-9.96.1
This commit is contained in:
parent
f93f9f6025
commit
691c823a2e
@ -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.0";
|
version = "9.96.1";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "muflihun";
|
owner = "muflihun";
|
||||||
repo = "easyloggingpp";
|
repo = "easyloggingpp";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "134arh13rksfsxa80h6xw104458ihzp1mpblz5sprx5gxkq7yqfv";
|
sha256 = "1x5wwm62l1231sgxfwx8mj7fc8452j3f509jyxa9wd2krkpvqxmy";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [cmake];
|
nativeBuildInputs = [cmake];
|
||||||
|
Loading…
Reference in New Issue
Block a user