File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272freecad-utils . makeCustomizable (
7373 stdenv . mkDerivation ( finalAttrs : {
7474 pname = "freecad" ;
75- version = "1.0.1 " ;
75+ version = "1.0.2 " ;
7676
7777 src = fetchFromGitHub {
7878 owner = "FreeCAD" ;
7979 repo = "FreeCAD" ;
8080 tag = finalAttrs . version ;
81- hash = "sha256-VFTNawXxu2ofjj2Frg4OfVhiMKFywBhm7lZunP85ZEQ =" ;
81+ hash = "sha256-J//O/ABMFa3TFYwR0wc8d1UTA5iSFnEP2thOjuCN+uE =" ;
8282 fetchSubmodules = true ;
8383 } ;
8484
@@ -145,11 +145,6 @@ freecad-utils.makeCustomizable (
145145 url = "https://github.com/FreeCAD/FreeCAD/commit/8e04c0a3dd9435df0c2dec813b17d02f7b723b19.patch?full_index=1" ;
146146 hash = "sha256-H6WbJFTY5/IqEdoi5N+7D4A6pVAmZR4D+SqDglwS18c=" ;
147147 } )
148- # https://github.com/FreeCAD/FreeCAD/pull/22221
149- ( fetchpatch {
150- url = "https://github.com/FreeCAD/FreeCAD/commit/3d2b7dc9c7ac898b30fe469b7cbd424ed1bca0a2.patch?full_index=1" ;
151- hash = "sha256-XCQdv/+dYdJ/ptA2VKrD63qYILyaP276ISMkmWLtT30=" ;
152- } )
153148 # Inform Coin to use EGL when on Wayland
154149 # https://github.com/FreeCAD/FreeCAD/pull/21917
155150 ( fetchpatch {
You can’t perform that action at this time.
0 commit comments