Skip to content

Commit

Permalink
oatpp: 1.3.0 -> 1.3.1 (#364976)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents 6283263 + b924ef1 commit c5b8b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/oa/oatpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit c5b8b51

Please sign in to comment.