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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user