octoprint: 1.11.0 -> 1.11.1

(cherry picked from commit e1d7ee20ab)
This commit is contained in:
R. Ryantm
2025-05-17 20:12:30 +00:00
committed by Michael Daniels
parent b04383887f
commit 54ea609d45

View File

@@ -73,13 +73,13 @@ let
(self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.11.0";
version = "1.11.1";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-Zc9t2mZQVvwJsyd0VaS8tMdGm9Ix3/QNl5ogeOTohVU=";
hash = "sha256-eH5AWeER2spiWgtRM5zMp40OakpM5TMXO07WjdY7gNU=";
};
propagatedBuildInputs =