octoprint.python.pkgs.gcodeeditor: 0.2.6 -> 0.2.9

This commit is contained in:
Bernardo Meurer 2020-10-20 23:50:49 -07:00
parent b9df9c7454
commit f51bd15d67
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
1 changed files with 2 additions and 2 deletions

View File

@ -183,13 +183,13 @@ in {
gcodeeditor = buildPlugin rec {
pname = "GcodeEditor";
version = "0.2.6";
version = "0.2.9";
src = fetchFromGitHub {
owner = "ieatacid";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "0c6p78r3vd6ys3kld308pyln09zjbr9yif1ljvcx6wlml2i5l1vh";
sha256 = "1yjj9lmxbzmzrn7gahw9lj7554fphalbjjp8ns0rr9py3rshwxkm";
};
meta = with stdenv.lib; {