mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
easyloggingpp: 9.96.5 -> 9.96.7
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/easyloggingpp/versions
This commit is contained in:
parent
e0950ae9ad
commit
9903c859d9
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
{ stdenv, fetchFromGitHub, cmake, gtest }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "easyloggingpp-${version}";
|
||||
version = "9.96.5";
|
||||
version = "9.96.7";
|
||||
src = fetchFromGitHub {
|
||||
owner = "muflihun";
|
||||
repo = "easyloggingpp";
|
||||
rev = "v${version}";
|
||||
sha256 = "03jycliki3h6lc8kci26s6lnx5bap47xsnsjd375qgr9l11g76f5";
|
||||
sha256 = "0nhszn0yyjwpnv7swm4vqs3i7admgbnifi5dvq5h01fk5nc8yjqz";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [cmake];
|
||||
|
|
Loading…
Reference in a new issue