Unverified Commit 710635f6 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #219347 from gador/octoprint-1.8.7

octoprint: 1.8.6 -> 1.8.7
parents 87daa5b0 ae00f6e4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ let
    packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) (
      [
        (
          # with version 3 of flask-limiter octoprint 1.8.6 fails to start with
          # with version 3 of flask-limiter octoprint 1.8.7 fails to start with
          #  TypeError: Limiter.__init__() got multiple values for argument 'key_func'
          self: super: {
            flask-limiter = super.flask-limiter.overridePythonAttrs (oldAttrs: rec {
@@ -105,13 +105,13 @@ let
          self: super: {
            octoprint = self.buildPythonPackage rec {
              pname = "OctoPrint";
              version = "1.8.6";
              version = "1.8.7";

              src = fetchFromGitHub {
                owner = "OctoPrint";
                repo = "OctoPrint";
                rev = version;
                hash = "sha256-DCUesPy4/g7DYN/9CDRvwAWHcv4dFsF+gsysg5UWThQ=";
                hash = "sha256-g4PYB9YbkX0almRPgMFlb8D633Y5fc3H+Boa541suqc=";
              };

              propagatedBuildInputs = with self; [