Unverified Commit 3c65823f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #259914 from r-ryantm/auto-update/httplib

httplib: 0.14.0 -> 0.14.1
parents 6bf48e02 32d8376c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

  src = fetchFromGitHub {
    owner = "yhirose";
    repo = "cpp-httplib";
    rev = "v${version}";
    hash = "sha256-NtjgK/8XApEs4iSo9DzyK4Cc/FQJRAEwCwJbD24FP34=";
    hash = "sha256-JBs2FvcdAvxysYhzakP0wU/mUCWfKZ8dk5ROWL5sej0=";
  };

  nativeBuildInputs = [ cmake ];