octoprint.python.pkgs.OctoPrint-FileCheck: 2021.2.23 -> 2024.3.27 (#346570)

This commit is contained in:
Artturin 2024-10-19 06:08:33 +03:00 committed by GitHub
commit 503d3f18d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,13 +67,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;
};