proxsuite: 0.7.2 -> 0.7.3

Diff: https://github.com/simple-robotics/proxsuite/compare/v0.7.2...v0.7.3
This commit is contained in:
Guilhem Saurel
2026-05-12 20:11:19 +02:00
parent c1829b74d8
commit 6572ed6bd6
+2 -9
View File
@@ -27,13 +27,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "proxsuite";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "simple-robotics";
repo = "proxsuite";
rev = "v${finalAttrs.version}";
hash = "sha256-1+a5tFOlEwzhGZtll35EMFceD0iUOOQCbwJd9NcFDlk=";
hash = "sha256-qJZQV9vNLQ/rtPMRdAfjwrYExyyDC2OP8uVeywkQ56Y=";
};
patches = [
@@ -41,13 +41,6 @@ stdenv.mkDerivation (finalAttrs: {
./fix-cmake-python-version.patch
];
# ref. https://github.com/Simple-Robotics/proxsuite/pull/408 merged upstream
postPatch = ''
substituteInPlace CMakeLists.txt --replace-fail \
"cmake_minimum_required(VERSION 3.10)" \
"cmake_minimum_required(VERSION 3.22)"
'';
outputs = [
"doc"
"out"