Skip to content

Commit 58df9c0

Browse files
LordGrimmauldmdaniels5757
authored andcommitted
freecad: 1.0.1 -> 1.0.2
Tag: https://github.com/FreeCAD/FreeCAD/releases/tag/1.0.2 (cherry picked from commit 8a57bfa)
1 parent e134cdb commit 58df9c0

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

pkgs/by-name/fr/freecad/package.nix

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ in
7272
freecad-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 {

0 commit comments

Comments
 (0)