🔧 manual upgrade bambu studio

This commit is contained in:
Ingolf Wagner 2025-03-19 09:29:50 +01:00
parent e98f1f8bd0
commit b5555ac4b4
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -6,6 +6,22 @@
}:
with pkgs;
with lib;
let
use_override = false;
bambu-studio =
if use_override then
pkgs.bambu-studio.overrideAttrs (old: rec {
version = "01.10.02.76";
src = pkgs.fetchFromGitHub {
owner = "bambulab";
repo = "BambuStudio";
rev = "v${version}";
hash = "sha256-LvAi3I5lnnumhOUagyej28uVy0Lgd3e19HNQXOUWSvQ=";
};
})
else
pkgs.bambu-studio;
in
{
config = mkIf config.gui.enable {
@ -27,7 +43,8 @@ with lib;
openscad
fstl
# cura
orca-slicer
bambu-studio
qrencode