oatpp: 1.3.0 -> 1.3.1 (#364976)

This commit is contained in:
Wolfgang Walther
2024-12-22 19:26:17 +01:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "oatpp";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitHub {
owner = "oatpp";
repo = "oatpp";
rev = version;
sha256 = "sha256-k6RPg53z9iTrrKZXOm5Ga9qxI32mHgB+4d6y+IUvJC0=";
sha256 = "sha256-pTQ0DD4naE9m+6FfCVGg/i3WpNbtaR+38yyqjqN0uH0=";
};
nativeBuildInputs = [ cmake ];