octoprint: 1.11.6 -> 1.11.7 (#492136)

This commit is contained in:
Vladimír Čunát
2026-02-26 21:53:59 +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.6";
version = "1.11.7";
format = "setuptools";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-iCxxfW5mPYoOfdsBxeAp+kUFU9hMHq+2RcGekITyMFI=";
hash = "sha256-X9+o3EpTtKAFiSmjOumRCDKNwBc9LVjvqyZqun3yDi8=";
};
propagatedBuildInputs =