alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Upgrade Bambu Studio to 02.06.00.51
author
Sean Aye
date
1 month ago
(May 10, 2026, 3:12 PM -0400)
commit
b51c346c
b51c346c13bd517fc4fa774cc92be9f6588a809a
parent
ded7fbd7
ded7fbd746f5b163e573dac470aba814d8dcceda
change-id
tlknurzq
tlknurzqxronvuxqvzmlrpnoktknsokw
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
modules
mira-extras.nix
+3
-3
modules/mira-extras.nix
Reviewed
···
5
5
bambu-studio =
6
6
let
7
7
pname = "bambu-studio";
8
8
-
version = "02.05.02.51";
8
8
+
version = "02.06.00.51";
9
9
10
10
src = pkgs.fetchurl {
11
11
-
url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/BambuStudio_ubuntu-24.04_v${version}-20260327222803.AppImage";
12
12
-
hash = "sha256-tWda80M3cV5hztEoYkZVGabQMgg6pyc/OniPJfghN0Q=";
11
11
+
url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/BambuStudio_ubuntu-24.04-v${version}-20260417160415.AppImage";
12
12
+
hash = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ=";
13
13
};
14
14
15
15
appimage-contents = pkgs.appimageTools.extractType2 {