octoprint: 1.11.4 -> 1.11.5 (#467156)

This commit is contained in:
Antoine du Hamel
2026-01-06 22:19:30 +00:00
committed by GitHub
+2 -2
View File
@@ -92,14 +92,14 @@ let
(self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.11.4";
version = "1.11.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-2C/f8SQbr1HS4XSm8iQ43xtax441/RrkEeq3youo8Q8=";
hash = "sha256-mGEKmmtLOYwqx8ezienZz6aaEmYGJkKKuyenq4rqarg=";
};
propagatedBuildInputs =