Skip to content

Commit

Permalink
bambu-studio: 01.07.00.65 -> 01.07.06.92
Browse files Browse the repository at this point in the history
The OpenSSL pin is no longer needed.
  • Loading branch information
zhaofengli committed Nov 26, 2023
1 parent 49917d2 commit be7cc98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/bambu-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bambu-studio";
version = "01.07.00.65";
version = "01.07.06.92";

src = fetchFromGitHub {
owner = "bambulab";
repo = "BambuStudio";
rev = "v${version}";
hash = "sha256-IYkfKumi9gy1pQ5FnOzbbozTbjd1HY/xu19hrv8Bs6s=";
hash = "sha256-6GpPBVPXPcdZ/YvG1RNaBS1DMNp7nbRH5IP1/Z4CJCc=";
};

nativeBuildInputs = [
Expand Down
6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35487,15 +35487,9 @@ with pkgs;
bambu-studio = callPackage ../applications/misc/bambu-studio {
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-bad;

# Needs to be the same version as in the closed-source networking plugin.
curl = curl.override { openssl = openssl_1_1; };

glew = glew-egl;

wxGTK31 = wxGTK31.override {
# https://github.com/supermerill/SuperSlicer/issues/1093
#withEGL = false;

withCurl = true;
withPrivateFonts = true;
withWebKit = true;
Expand Down

0 comments on commit be7cc98

Please sign in to comment.