octoprint-plugins.titlestatus: 0.0.2 -> 0.0.4
This commit is contained in:
parent
81032a4722
commit
0022f639f3
@ -41,13 +41,13 @@ in {
|
|||||||
|
|
||||||
titlestatus = buildPlugin rec {
|
titlestatus = buildPlugin rec {
|
||||||
name = "OctoPrint-TitleStatus-${version}";
|
name = "OctoPrint-TitleStatus-${version}";
|
||||||
version = "0.0.2";
|
version = "0.0.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MoonshineSG";
|
owner = "MoonshineSG";
|
||||||
repo = "OctoPrint-TitleStatus";
|
repo = "OctoPrint-TitleStatus";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0rfbpxbcmadyihcrynh6bjywy3yqnzsnjn3yiwifisbrjgpm6sfw";
|
sha256 = "1l78xrabn5hcly2mgxwi17nwgnp2s6jxi9iy4wnw8k8icv74ag7k";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user