summary refs log tree commit diff
path: root/pkgs/development/libraries/easyloggingpp
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 02:59:55 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 02:59:55 -0800
commit691c823a2ed1f74b8360063746cd4edac5dfe3d8 (patch)
tree821e5a52c6d5bcf6dfe6bc2bf4758f0ea5d5191d /pkgs/development/libraries/easyloggingpp
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
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
Diffstat (limited to 'pkgs/development/libraries/easyloggingpp')
-rw-r--r--pkgs/development/libraries/easyloggingpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/easyloggingpp/default.nix b/pkgs/development/libraries/easyloggingpp/default.nix
index 80c3f7b100e1b..4aa1f279886a9 100644
--- a/pkgs/development/libraries/easyloggingpp/default.nix
+++ b/pkgs/development/libraries/easyloggingpp/default.nix
@@ -4,12 +4,12 @@
 { stdenv, fetchFromGitHub, cmake, gtest }:
 stdenv.mkDerivation rec {
   name = "easyloggingpp-${version}";
-  version = "9.96.0";
+  version = "9.96.1";
   src = fetchFromGitHub {
     owner = "muflihun";
     repo = "easyloggingpp";
     rev = "v${version}";
-    sha256 = "134arh13rksfsxa80h6xw104458ihzp1mpblz5sprx5gxkq7yqfv";
+    sha256 = "1x5wwm62l1231sgxfwx8mj7fc8452j3f509jyxa9wd2krkpvqxmy";
   };
 
   nativeBuildInputs = [cmake];