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
3 months ago
(Mar 22, 2026, 8:03 PM -0400)
commit
919307de
919307dec9abcfaac5f4a812b4e708b931cd8d85
parent
371605da
371605da773cc4ecbdc9fc4b09ab80a90cf9c429
change-id
nvzskqlw
nvzskqlwyzrkqwkwqqqtuwvskvtnxmot
+3
-3
1 changed file
Expand all
Collapse all
Unified
Split
hosts
mira
configuration.nix
+3
-3
hosts/mira/configuration.nix
Reviewed
···
15
15
bambu-studio =
16
16
let
17
17
pname = "bambu-studio";
18
18
-
version = "02.04.00.70";
19
19
-
ubuntu_version = "24.04_PR-8834";
18
18
+
version = "02.05.00.67";
19
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
23
-
sha256 = "sha256:26bc07dccb04df2e462b1e03a3766509201c46e27312a15844f6f5d7fdf1debd";
23
23
+
hash = "sha256-3ubZblrsOJzz1p34QiiwiagKaB7nI8xDeadFWHBkWfg=";
24
24
};
25
25
26
26
appimage-contents = pkgs.appimageTools.extractType2 {