octoprint-plugins.titlestatus: 0.0.2 -> 0.0.4

This commit is contained in:
Nikolay Amiantov 2016-02-22 02:15:41 +03:00
parent 81032a4722
commit 0022f639f3

View File

@ -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; {