httplib: 0.19.0 -> 0.30.2

This commit is contained in:
Aaron Andersen
2026-02-06 15:45:53 -05:00
parent 542def18d1
commit d3d25a81b6
+2 -2
View File
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "httplib";
version = "0.19.0";
version = "0.30.2";
src = fetchFromGitHub {
owner = "yhirose";
repo = "cpp-httplib";
rev = "v${finalAttrs.version}";
hash = "sha256-OLwD7mpwqG7BUugUca+CJpPMaabJzUMC0zYzJK9PBCg=";
hash = "sha256-psVyn14QHMXG/x9SOOiR7ZBt8dHqa2A/w92WQQDukKM=";
};
nativeBuildInputs = [