We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6902598 + 9a4ae6a commit ade745dCopy full SHA for ade745d
1 file changed
pkgs/by-name/ba/bambu-studio/package.nix
@@ -56,13 +56,13 @@ let
56
in
57
stdenv.mkDerivation (finalAttrs: {
58
pname = "bambu-studio";
59
- version = "02.04.00.70";
+ version = "02.05.00.67";
60
61
src = fetchFromGitHub {
62
owner = "bambulab";
63
repo = "BambuStudio";
64
tag = "v${finalAttrs.version}";
65
- hash = "sha256-BrH8gKbc0y76wbWrQxU+0xMJcYAm4Gi/xmECVf6pGkI=";
+ hash = "sha256-jLaSUs6OmoD0yw1hOcJarYKfr1rbhB2TwRiBBU0utEI=";
66
};
67
68
nativeBuildInputs = [
0 commit comments