bambu-studio: 02.02.01.60 -> 02.02.02.56 (#443860)

This commit is contained in:
Gaétan Lepage
2025-09-17 22:30:55 +00:00
committed by GitHub
+2 -2
View File
@@ -56,13 +56,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "bambu-studio";
version = "02.02.01.60";
version = "02.02.02.56";
src = fetchFromGitHub {
owner = "bambulab";
repo = "BambuStudio";
tag = "v${finalAttrs.version}";
hash = "sha256-Ttv0LwJ0GnDhmxofP7c3CJMawad8AhAToZFOvoK3Zow=";
hash = "sha256-vg+sEIztFBfzROl2surRd4l/afZ+tGMtG65m3kDIPAY=";
};
nativeBuildInputs = [