oatpp: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2024-12-13 17:37:09 +00:00
parent 4d2418ebbf
commit b924ef1daf
+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 ];