Skip to content

Commit

Permalink
httplib: 0.13.3 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 6, 2023
1 parent 362c943 commit fada58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/httplib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "httplib";
version = "0.13.3";
version = "0.14.0";

src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${version}";
hash = "sha256-ESaH0+n7ycpOKM+Mnv/UgT16UEx86eFMQDHB3RVmgBw=";
hash = "sha256-NtjgK/8XApEs4iSo9DzyK4Cc/FQJRAEwCwJbD24FP34=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit fada58e

Please sign in to comment.