bambu-studio: 01.08.01.57 -> 01.08.02.56

This commit is contained in:
R. Ryantm 2023-12-15 04:44:59 +00:00
parent f5c41d4d50
commit db3548dcb2

View File

@ -57,13 +57,13 @@ let
in
stdenv.mkDerivation rec {
pname = "bambu-studio";
version = "01.08.01.57";
version = "01.08.02.56";
src = fetchFromGitHub {
owner = "bambulab";
repo = "BambuStudio";
rev = "v${version}";
hash = "sha256-15Eq+ylQK+xlxG7cg6xoCPb+zJ66qqwQIKd1zA13I5o=";
hash = "sha256-9AUHS7dXqWx8LPkTP7/scxu3Cc/mxuK+v+5PrCvUPf0=";
};
nativeBuildInputs = [