Unverified Commit 503d3f18 authored by Artturin's avatar Artturin Committed by GitHub
Browse files

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

parents c0ff432b 8c80c2bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
        };