Merge pull request #113593 from r-ryantm/auto-update/oatpp

oatpp: 1.2.0 -> 1.2.5
This commit is contained in:
Sandro 2021-02-18 19:24:53 +01:00 committed by GitHub
commit a2bbdf6ec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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