octoprint: 1.11.3 -> 1.11.4

This commit is contained in:
R. Ryantm
2025-11-07 01:43:06 +00:00
parent 7e0287c34a
commit 4418aa67d3

View File

@@ -92,14 +92,14 @@ let
(self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.11.3";
version = "1.11.4";
format = "setuptools";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-AyRi9aQXLFggBzc6WH2kvRPkJu1ANX/++GdCJRNhY/A=";
hash = "sha256-2C/f8SQbr1HS4XSm8iQ43xtax441/RrkEeq3youo8Q8=";
};
propagatedBuildInputs =