me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

Update Bambu Studio

author
Sean Aye
date (May 10, 2026, 3:12 PM -0400) commit 81073a13 parent b51c346c change-id yuvulwrp
+3 -3
+3 -3
modules/mira-extras.nix
··· 5 5 bambu-studio = 6 6 let 7 7 pname = "bambu-studio"; 8 - version = "02.06.00.51"; 8 + version = "02.06.01.55"; 9 9 10 10 src = pkgs.fetchurl { 11 - url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/BambuStudio_ubuntu-24.04-v${version}-20260417160415.AppImage"; 12 - hash = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ="; 11 + url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/BambuStudio_ubuntu24.04-v${version}-20260429100944.AppImage"; 12 + hash = "sha256-TEFQeN2Wy3IlhzDM61w299CusvJLYpEiFpQndIvFbDw="; 13 13 }; 14 14 15 15 appimage-contents = pkgs.appimageTools.extractType2 {