octoprint.python.pkgs.touchui: 0.3.13 -> 0.3.14
This commit is contained in:
parent
68cb570a92
commit
a11d4fd073
@ -127,13 +127,13 @@ in {
|
|||||||
|
|
||||||
touchui = buildPlugin rec {
|
touchui = buildPlugin rec {
|
||||||
pname = "TouchUI";
|
pname = "TouchUI";
|
||||||
version = "0.3.13";
|
version = "0.3.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "BillyBlaze";
|
owner = "BillyBlaze";
|
||||||
repo = "OctoPrint-${pname}";
|
repo = "OctoPrint-${pname}";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0qk12ysabdzy6cna3l4f8v3qcnppppwxxsjx2i0xn1nd0cv6yzwh";
|
sha256 = "033b9nk3kpnmjw9nggcaxy39hcgfviykcy2cx0j6m411agvmqbzf";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user