Commit 07e0e9d8 authored by R. RyanTM's avatar R. RyanTM
Browse files

bambu-studio: 01.08.02.56 -> 01.08.04.51

parent 3df632c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,13 +58,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "bambu-studio";
  version = "01.08.02.56";
  version = "01.08.04.51";

  src = fetchFromGitHub {
    owner = "bambulab";
    repo = "BambuStudio";
    rev = "v${version}";
    hash = "sha256-9AUHS7dXqWx8LPkTP7/scxu3Cc/mxuK+v+5PrCvUPf0=";
    hash = "sha256-rqD1+3Q4ZUBgS57iCItuLX6ZMP7VQuedaJmgKB1szgs=";
  };

  nativeBuildInputs = [