bambu-studio: 01.09.00.60 -> 01.09.00.70

This commit is contained in:
R. Ryantm 2024-04-14 06:30:03 +00:00
parent 6da46d61ba
commit 03a60cc32d

View File

@ -58,13 +58,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "bambu-studio"; pname = "bambu-studio";
version = "01.09.00.60"; version = "01.09.00.70";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bambulab"; owner = "bambulab";
repo = "BambuStudio"; repo = "BambuStudio";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-LJK+hGhBXCewbNIBA8CeE01vMQ/n1mO+bervN/y45P0="; hash = "sha256-RBctBhKo7mjxsP7OJhGfoU1eIiGVuMiAqwwSU+gsMds=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [