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

oatpp: 1.2.5 -> 1.3.0
This commit is contained in:
Ryan Mulligan 2021-12-08 07:57:50 -08:00 committed by GitHub
commit 9797d41da2
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.5";
version = "1.3.0";
src = fetchFromGitHub {
owner = "oatpp";
repo = "oatpp";
rev = version;
sha256 = "sha256-Vtdz03scx0hvY1yeM7yfSxCVKzi84OQ1Oh9b922movE=";
sha256 = "sha256-k6RPg53z9iTrrKZXOm5Ga9qxI32mHgB+4d6y+IUvJC0=";
};
nativeBuildInputs = [ cmake ];