influxdb-cxx: 0.7.3 → 0.7.4 (#406215)

This commit is contained in:
Nick Cao
2025-05-12 16:22:21 -04:00
committed by GitHub
+2 -10
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
boost,
catch2_3,
@@ -12,22 +11,15 @@
stdenv.mkDerivation (finalAttrs: {
pname = "influxdb-cxx";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "offa";
repo = "influxdb-cxx";
tag = "v${finalAttrs.version}";
hash = "sha256-UlCmaw2mWAL5PuNXXGQa602Qxlf5BCr7ZIiShffG74o=";
hash = "sha256-i7YnFjAuhtMGZ26rEObbm+kPmtwzBB0fyMlJLyR+LLI=";
};
patches = [
(fetchpatch {
url = "https://github.com/offa/influxdb-cxx/commit/c4b0d5a4df153232be542fbb073e857ff69ec78c.patch";
hash = "sha256-zPE7giDjWyQbGJxdZh2CEbAjouHUcAbQEzaOfCUSkfU=";
})
];
postPatch = ''
substituteInPlace CMakeLists.txt --replace-warn "-Werror" ""
'';