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

This commit is contained in:
Martin Weinelt 2021-08-09 17:26:02 +02:00
parent f93866652b
commit 8a1a19a219
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -149,13 +149,13 @@ in {
gcodeeditor = buildPlugin rec {
pname = "GcodeEditor";
version = "0.2.9";
version = "0.2.12";
src = fetchFromGitHub {
owner = "ieatacid";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "1yjj9lmxbzmzrn7gahw9lj7554fphalbjjp8ns0rr9py3rshwxkm";
sha256 = "sha256-1Sk2ri3DKW8q8VJ/scFjpRsz65Pwt8OEURP1k70aydE=";
};
meta = with lib; {