oatpp: 1.2.0 -> 1.2.5

This commit is contained in:
R. RyanTM 2021-02-18 12:50:08 +00:00
parent d6fb31eb11
commit 7f66dbac8f
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "oatpp"; pname = "oatpp";
version = "1.2.0"; version = "1.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "oatpp"; owner = "oatpp";
repo = "oatpp"; repo = "oatpp";
rev = version; rev = version;
sha256 = "05rm0m5zf1b5ky8prf6yni2074bz6yjjbrc2qk96fb48fc1198gw"; sha256 = "sha256-Vtdz03scx0hvY1yeM7yfSxCVKzi84OQ1Oh9b922movE=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];