Commit 1ecfae6d authored by Samuel Rounce's avatar Samuel Rounce Committed by github-actions[bot]
Browse files

freecad: 1.0rc4 -> 1.0

(cherry picked from commit 1190fe0c)
parent a54d9dc0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };