mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
octoprint: update plugins FileCheck, prusaslicerthumbnails, mqtt (#356546)
This commit is contained in:
commit
199e7d5a93
@ -67,13 +67,13 @@ let
|
||||
(self: super: {
|
||||
octoprint-filecheck = self.buildPythonPackage rec {
|
||||
pname = "OctoPrint-FileCheck";
|
||||
version = "2024.3.27";
|
||||
version = "2024.11.12";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OctoPrint";
|
||||
repo = "OctoPrint-FileCheck";
|
||||
rev = version;
|
||||
sha256 = "sha256-2MK9whPpgwQC+WPbPf628Ocjz6t8HKozblP7dmjD7RQ=";
|
||||
sha256 = "sha256-Y7yvImnYahmrf5GC4c8Ki8IsOZ8r9I4uk8mYBhEQZ28=";
|
||||
};
|
||||
doCheck = false;
|
||||
};
|
||||
|
@ -252,13 +252,13 @@ in
|
||||
|
||||
mqtt = buildPlugin rec {
|
||||
pname = "mqtt";
|
||||
version = "0.8.10";
|
||||
version = "0.8.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OctoPrint";
|
||||
repo = "OctoPrint-MQTT";
|
||||
rev = version;
|
||||
sha256 = "sha256-nvEUvN/SdUE1tQkLbxMkZ8xxeUIZiNNirIfWLeH1Kfg=";
|
||||
sha256 = "sha256-K8DydzmsDzWn5GXpxPGvAHDFpgk/mbyVBflCgOoB94U=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with super; [ paho-mqtt ];
|
||||
@ -390,13 +390,13 @@ in
|
||||
|
||||
prusaslicerthumbnails = buildPlugin rec {
|
||||
pname = "prusaslicerthumbnails";
|
||||
version = "1.0.7";
|
||||
version = "1.0.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jneilliii";
|
||||
repo = "OctoPrint-PrusaSlicerThumbnails";
|
||||
rev = version;
|
||||
sha256 = "sha256-waNCTjAZwdBfhHyJCG2La7KTnJ8MDVuX1JLetFB5bS4=";
|
||||
sha256 = "sha256-5TUx64i3VIUXtpIf4mo3hP//kXE+LuuLaZEJYgv4hVs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with super; [ psutil ];
|
||||
|
Loading…
Reference in New Issue
Block a user