octoprint: 1.11.2 -> 1.11.3 (#443206)

This commit is contained in:
Thomas Gerbet
2025-09-16 20:38:39 +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.2";
version = "1.11.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-D6lIEa7ee44DWavMLaXIo7RsKwaMneYqOBQk626pI20=";
hash = "sha256-AyRi9aQXLFggBzc6WH2kvRPkJu1ANX/++GdCJRNhY/A=";
};
propagatedBuildInputs =