Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #52370 from r-ryantm/auto-update/easyloggingpp

easyloggingpp: 9.96.5 -> 9.96.7

authored by

Jörg Thalheim and committed by
GitHub
1e6d4e10 4c5738ee

+2 -2
+2 -2
pkgs/development/libraries/easyloggingpp/default.nix
··· 4 4 { stdenv, fetchFromGitHub, cmake, gtest }: 5 5 stdenv.mkDerivation rec { 6 6 name = "easyloggingpp-${version}"; 7 - version = "9.96.5"; 7 + version = "9.96.7"; 8 8 src = fetchFromGitHub { 9 9 owner = "muflihun"; 10 10 repo = "easyloggingpp"; 11 11 rev = "v${version}"; 12 - sha256 = "03jycliki3h6lc8kci26s6lnx5bap47xsnsjd375qgr9l11g76f5"; 12 + sha256 = "0nhszn0yyjwpnv7swm4vqs3i7admgbnifi5dvq5h01fk5nc8yjqz"; 13 13 }; 14 14 15 15 nativeBuildInputs = [cmake];