octoprint.python.pkgs.gcodeeditor: 0.2.9 -> 0.2.12
This commit is contained in:
parent
f93866652b
commit
8a1a19a219
@ -149,13 +149,13 @@ in {
|
|||||||
|
|
||||||
gcodeeditor = buildPlugin rec {
|
gcodeeditor = buildPlugin rec {
|
||||||
pname = "GcodeEditor";
|
pname = "GcodeEditor";
|
||||||
version = "0.2.9";
|
version = "0.2.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ieatacid";
|
owner = "ieatacid";
|
||||||
repo = "OctoPrint-${pname}";
|
repo = "OctoPrint-${pname}";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1yjj9lmxbzmzrn7gahw9lj7554fphalbjjp8ns0rr9py3rshwxkm";
|
sha256 = "sha256-1Sk2ri3DKW8q8VJ/scFjpRsz65Pwt8OEURP1k70aydE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user