octoprint.python.pkgs.OctoPrint-FileCheck-2021.2.23 -> 2024.3.27

This commit is contained in:
tri-ler
2024-10-04 18:29:30 -04:00
parent c38aa540ba
commit 8c80c2bd12
+2 -2
View File
@@ -66,13 +66,13 @@ let
(self: super: {
octoprint-filecheck = self.buildPythonPackage rec {
pname = "OctoPrint-FileCheck";
version = "2021.2.23";
version = "2024.3.27";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint-FileCheck";
rev = version;
sha256 = "sha256-e/QGEBa9+pjOdrZq3Zc6ifbSMClIyeTOi0Tji0YdVmI=";
sha256 = "sha256-2MK9whPpgwQC+WPbPf628Ocjz6t8HKozblP7dmjD7RQ=";
};
doCheck = false;
};