File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
pkgs/by-name/ex/example-robot-data Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 22 cmake ,
33 doxygen ,
44 fetchFromGitHub ,
5- fetchpatch ,
65 lib ,
76 pkg-config ,
87 pythonSupport ? false ,
1211
1312stdenv . mkDerivation ( finalAttrs : {
1413 pname = "example-robot-data" ;
15- version = "4.1 .0" ;
14+ version = "4.2 .0" ;
1615
1716 src = fetchFromGitHub {
1817 owner = "Gepetto" ;
1918 repo = "example-robot-data" ;
2019 rev = "v${ finalAttrs . version } " ;
2120 fetchSubmodules = true ;
22- hash = "sha256-Heq+c8SSYNO8ksTv5FphRBRStlTakm9T66jlPXon5tI =" ;
21+ hash = "sha256-IRmqeaN0EaIjYaibTEAR8KhixoNQsl6YydbGQRinP6w =" ;
2322 } ;
2423
2524 outputs = [
@@ -29,16 +28,6 @@ stdenv.mkDerivation (finalAttrs: {
2928
3029 strictDeps = true ;
3130
32- patches = [
33- # Temporary patch for pinocchio v3.0.0 compatibility.
34- # Should be removed on next example-robot-data release
35- ( fetchpatch {
36- name = "pin3.patch" ;
37- url = "https://github.com/Gepetto/example-robot-data/pull/217/commits/a605ceec857005cde153ec5895e227205eb7a5c3.patch" ;
38- hash = "sha256-cvAWFytrU2XVggo/nCg8cuLcaZBTACXg6LxjL/6YMPs=" ;
39- } )
40- ] ;
41-
4231 nativeBuildInputs =
4332 [
4433 cmake
You can’t perform that action at this time.
0 commit comments