mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
easyloggingpp: 9.96.1 -> 9.96.2
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. 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.2 with grep in /nix/store/b1cczf98rkjasl6qwjbzhgns4jy025px-easyloggingpp-9.96.2 - directory tree listing: https://gist.github.com/be5c17c733361d9cd681055de44e8424
This commit is contained in:
parent
a7af5d4f88
commit
75d80d6cd1
@ -4,12 +4,12 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, gtest }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "easyloggingpp-${version}";
|
||||
version = "9.96.1";
|
||||
version = "9.96.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "muflihun";
|
||||
repo = "easyloggingpp";
|
||||
rev = "v${version}";
|
||||
sha256 = "1x5wwm62l1231sgxfwx8mj7fc8452j3f509jyxa9wd2krkpvqxmy";
|
||||
sha256 = "0qhf93i2ks9v6rk6n4v3fn7xrkqdwgs6rm6wd0gx9sm2wlq4ancd";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [cmake];
|
||||
|
Loading…
Reference in New Issue
Block a user