easyloggingpp: 9.97.0 -> 9.97.1
This commit is contained in:
parent
8f7b4e8894
commit
fdef4bfeab
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
{ lib, stdenv, fetchFromGitHub, cmake, gtest }:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "easyloggingpp";
|
||||
version = "9.97.0";
|
||||
version = "9.97.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "amrayn";
|
||||
repo = "easyloggingpp";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs=";
|
||||
sha256 = "sha256-R4NdwsUywgJoK5E/OdZXFds6iBKOsMa0E+2PDdQbV6E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [cmake];
|
||||
|
|
Loading…
Reference in a new issue