summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 07:36:33 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 07:36:33 -0700
commit3afd1e2fd8e11f524090b6110f6e8999763b31a6 (patch)
treebe60007c8e26d50c47417f68b620d252fb3d965e
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar.gz
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar.bz2
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar.lz
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar.xz
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.tar.zst
nixpkgs-3afd1e2fd8e11f524090b6110f6e8999763b31a6.zip
easyloggingpp: 9.96.2 -> 9.96.4
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.4 with grep in /nix/store/kfaknn3f1g5k8smzf4zj8glb5rg0s6xq-easyloggingpp-9.96.4
- directory tree listing: https://gist.github.com/2590fabe21a830caf117e041adb89d1b
-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 89a34a98890..8c6337cfaf6 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.2";
+  version = "9.96.4";
   src = fetchFromGitHub {
     owner = "muflihun";
     repo = "easyloggingpp";
     rev = "v${version}";
-    sha256 = "0qhf93i2ks9v6rk6n4v3fn7xrkqdwgs6rm6wd0gx9sm2wlq4ancd";
+    sha256 = "0l0b8cssxkj0wlfqjj8hfnfvrjcxa81h947d54w86iadrilrsprb";
   };
 
   nativeBuildInputs = [cmake];