forked from mirrors/nixpkgs
curaLulzbot: 3.6.18 -> 3.6.20
Updates numerous material profiles for recent machines (TAZ Pro, TAZ Workhorse), and fixes some other minor bugs. No changes to slicer engine, firmware, or other dependencies.
This commit is contained in:
parent
96ac71d680
commit
ff4e645739
|
@ -27,12 +27,12 @@ let
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "cura-lulzbot-${version}";
|
name = "cura-lulzbot-${version}";
|
||||||
version = "3.6.18";
|
version = "3.6.20";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://code.alephobjects.com/source/cura-lulzbot.git;
|
url = https://code.alephobjects.com/source/cura-lulzbot.git;
|
||||||
rev = "71f1ac5a2b9f535175a3858a565930348358a9ca";
|
rev = "df5f905482114194eb1cfb85a7aed851b4a6d32a";
|
||||||
sha256 = "0by06fpxvdgy858lwhsccbmvkdq67j2s1cz8v6jnrnjrsxk7vzka";
|
sha256 = "1xkqf89anxmy2aw0vr604ln7qsibacgk9l2g8jlf467hja8f0dzq";
|
||||||
};
|
};
|
||||||
|
|
||||||
format = "other"; # using cmake to build
|
format = "other"; # using cmake to build
|
||||||
|
|
Loading…
Reference in a new issue