mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
octoprint.python.pkgs.navbartemp: init at 0.15
This commit is contained in:
parent
bc711df53a
commit
8d48960962
@ -292,6 +292,25 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
navbartemp = buildPlugin rec {
|
||||
pname = "navbartemp";
|
||||
version = "0.15";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "imrahil";
|
||||
repo = "OctoPrint-NavbarTemp";
|
||||
rev = version;
|
||||
sha256 = "sha256-ZPpTx+AadRffUb53sZbMUbCZa7xYGQW/5si7UB8mnVI=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Displays temperatures on navbar";
|
||||
homepage = "https://github.com/imrahil/OctoPrint-NavbarTemp";
|
||||
license = licenses.agpl3Only;
|
||||
maintainers = with maintainers; [ tri-ler ];
|
||||
};
|
||||
};
|
||||
|
||||
printtimegenius = buildPlugin rec {
|
||||
pname = "printtimegenius";
|
||||
version = "2.3.3";
|
||||
|
Loading…
Reference in New Issue
Block a user