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 (Mar 22, 2026, 8:03 PM -0400) commit 919307de parent 371605da change-id nvzskqlw
+3 -3
+3 -3
hosts/mira/configuration.nix
··· 15 15 bambu-studio = 16 16 let 17 17 pname = "bambu-studio"; 18 - version = "02.04.00.70"; 19 - ubuntu_version = "24.04_PR-8834"; 18 + version = "02.05.00.67"; 19 + ubuntu_version = "24.04_PR-9540"; 20 20 21 21 src = pkgs.fetchurl { 22 22 url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/Bambu_Studio_ubuntu-${ubuntu_version}.AppImage"; 23 - sha256 = "sha256:26bc07dccb04df2e462b1e03a3766509201c46e27312a15844f6f5d7fdf1debd"; 23 + hash = "sha256-3ubZblrsOJzz1p34QiiwiagKaB7nI8xDeadFWHBkWfg="; 24 24 }; 25 25 26 26 appimage-contents = pkgs.appimageTools.extractType2 {