[Backport release-24.11] freecad: 1.0rc4 -> 1.0 (#357967)

This commit is contained in:
kirillrdy 2024-11-22 06:20:21 +11:00 committed by GitHub
commit 89939a8edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,13 +63,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "freecad";
version = "1.0rc4";
version = "1.0.0";
src = fetchFromGitHub {
owner = "FreeCAD";
repo = "FreeCAD";
rev = finalAttrs.version;
hash = "sha256-b7aeVQkgdsDRdnVIr+5ZNuWAm6GLH7sepa8kFp2Zm2U=";
hash = "sha256-u7RYSImUMAgKaAQSAGCFha++RufpZ/QuHAirbSFOUCI=";
fetchSubmodules = true;
};