octoprint.python.pkgs.OctoPrint-OctoPod: 0.3.16 -> 0.3.18

This commit is contained in:
tri-ler
2025-04-26 16:32:58 -04:00
parent fc4dfa1ca0
commit 841807dd4c
+2 -2
View File
@@ -345,13 +345,13 @@ in
octopod = buildPlugin rec {
pname = "octopod";
version = "0.3.16";
version = "0.3.18";
src = fetchFromGitHub {
owner = "gdombiak";
repo = "OctoPrint-OctoPod";
rev = version;
sha256 = "sha256-9QKC1MsYO3XihOTAijJUv5i20iMSQHOHPfLiYPV5y8s=";
sha256 = "sha256-HLR5402hFlUX0MLg3HXE7bIHKNnOI0buGAViqDt8mLc=";
};
propagatedBuildInputs = with super; [ pillow ];