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
Update Bambu Studio
author
Sean Aye
date
1 month ago
(May 10, 2026, 3:12 PM -0400)
commit
81073a13
81073a1332b81e34bf88ffe63680bda6e838294e
parent
b51c346c
b51c346c13bd517fc4fa774cc92be9f6588a809a
change-id
yuvulwrp
yuvulwrpqvxntttyrrsmmtkuztspqunk
+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.06.00.51";
8
8
+
version = "02.06.01.55";
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}-20260417160415.AppImage";
12
12
-
hash = "sha256-CYePefJ7FXcAK+OXsIaNRHkml18BA7um4W2+f6l49zQ=";
11
11
+
url = "https://github.com/bambulab/BambuStudio/releases/download/v${version}/BambuStudio_ubuntu24.04-v${version}-20260429100944.AppImage";
12
12
+
hash = "sha256-TEFQeN2Wy3IlhzDM61w299CusvJLYpEiFpQndIvFbDw=";
13
13
};
14
14
15
15
appimage-contents = pkgs.appimageTools.extractType2 {