octoprint.python.pkgs.touchui: 0.3.14 -> 0.3.16

This commit is contained in:
Bernardo Meurer 2020-10-20 23:44:53 -07:00
parent a2bdd1e70d
commit 96a7a76e69
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -93,13 +93,13 @@ in {
touchui = buildPlugin rec {
pname = "TouchUI";
version = "0.3.14";
version = "0.3.16";
src = fetchFromGitHub {
owner = "BillyBlaze";
repo = "OctoPrint-${pname}";
rev = version;
sha256 = "033b9nk3kpnmjw9nggcaxy39hcgfviykcy2cx0j6m411agvmqbzf";
sha256 = "1jlqjirc4ygl4k7jp93l2h6b18jap3mzz8sf2g61j9w0kgv9l365";
};
meta = with stdenv.lib; {