Skip to content

Commit fb4276d

Browse files
authored
freecad: 1.0rc2 -> 1.0rc4 (#356605)
2 parents 5b6e804 + c232108 commit fb4276d

File tree

2 files changed

+2
-64
lines changed

2 files changed

+2
-64
lines changed

pkgs/by-name/fr/freecad/0003-freecad-font-issue-10514.patch

Lines changed: 0 additions & 61 deletions
This file was deleted.

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ let
6363
in
6464
stdenv.mkDerivation (finalAttrs: {
6565
pname = "freecad";
66-
version = "1.0rc2";
66+
version = "1.0rc4";
6767

6868
src = fetchFromGitHub {
6969
owner = "FreeCAD";
7070
repo = "FreeCAD";
7171
rev = finalAttrs.version;
72-
hash = "sha256-kPmfx/C1fCYwBqh6ZOKZAVNVR9m3VryPmBKu3ksDD5E=";
72+
hash = "sha256-b7aeVQkgdsDRdnVIr+5ZNuWAm6GLH7sepa8kFp2Zm2U=";
7373
fetchSubmodules = true;
7474
};
7575

@@ -131,7 +131,6 @@ stdenv.mkDerivation (finalAttrs: {
131131
patches = [
132132
./0001-NIXOS-don-t-ignore-PYTHONPATH.patch
133133
./0002-FreeCad-OndselSolver-pkgconfig.patch
134-
./0003-freecad-font-issue-10514.patch
135134
];
136135

137136
cmakeFlags = [

0 commit comments

Comments
 (0)