entwine: 3.1.1 -> 3.2.0 (#451072)

This commit is contained in:
Nikolay Korotkiy
2025-10-12 17:54:04 +00:00
committed by GitHub

View File

@@ -4,6 +4,8 @@
fetchFromGitHub, fetchFromGitHub,
gitUpdater, gitUpdater,
cmake, cmake,
gtest,
nlohmann_json,
pdal, pdal,
curl, curl,
openssl, openssl,
@@ -11,16 +13,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "entwine"; pname = "entwine";
version = "3.1.1"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "connormanning"; owner = "connormanning";
repo = "entwine"; repo = "entwine";
rev = version; rev = version;
sha256 = "sha256-1dy5NafKX0E4MwFIggnr7bQIeB1KvqnNaQQUUAs6Bq8="; hash = "sha256-RpUV75Dlyd3wTWGC3btpAFSjqpgK9zLXTl670Oh0Z2o=";
}; };
buildInputs = [ buildInputs = [
gtest
nlohmann_json
openssl openssl
pdal pdal
curl curl