lol

easyloggingpp: 9.97.0 -> 9.97.1

+2 -2
+2 -2
pkgs/development/libraries/easyloggingpp/default.nix
··· 4 4 { lib, stdenv, fetchFromGitHub, cmake, gtest }: 5 5 stdenv.mkDerivation rec { 6 6 pname = "easyloggingpp"; 7 - version = "9.97.0"; 7 + version = "9.97.1"; 8 8 src = fetchFromGitHub { 9 9 owner = "amrayn"; 10 10 repo = "easyloggingpp"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-sFWmZMnucMuvpwDzuowni21KiD3bx0lH1Ts+yhusOYs="; 12 + sha256 = "sha256-R4NdwsUywgJoK5E/OdZXFds6iBKOsMa0E+2PDdQbV6E="; 13 13 }; 14 14 15 15 nativeBuildInputs = [cmake];