Loading pkgs/by-name/oc/octoprint/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -92,14 +92,14 @@ let (self: super: { octoprint = self.buildPythonPackage rec { pname = "OctoPrint"; version = "1.11.5"; version = "1.11.6"; format = "setuptools"; src = fetchFromGitHub { owner = "OctoPrint"; repo = "OctoPrint"; rev = version; hash = "sha256-mGEKmmtLOYwqx8ezienZz6aaEmYGJkKKuyenq4rqarg="; hash = "sha256-iCxxfW5mPYoOfdsBxeAp+kUFU9hMHq+2RcGekITyMFI="; }; propagatedBuildInputs = Loading Loading @@ -160,6 +160,7 @@ let nativeCheckInputs = with self; [ ddt mock time-machine pytestCheckHook ]; Loading Loading
pkgs/by-name/oc/octoprint/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -92,14 +92,14 @@ let (self: super: { octoprint = self.buildPythonPackage rec { pname = "OctoPrint"; version = "1.11.5"; version = "1.11.6"; format = "setuptools"; src = fetchFromGitHub { owner = "OctoPrint"; repo = "OctoPrint"; rev = version; hash = "sha256-mGEKmmtLOYwqx8ezienZz6aaEmYGJkKKuyenq4rqarg="; hash = "sha256-iCxxfW5mPYoOfdsBxeAp+kUFU9hMHq+2RcGekITyMFI="; }; propagatedBuildInputs = Loading Loading @@ -160,6 +160,7 @@ let nativeCheckInputs = with self; [ ddt mock time-machine pytestCheckHook ]; Loading