lol

easyloggingpp: 9.97.0 -> 9.97.1

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