Merge pull request #219347 from gador/octoprint-1.8.7

octoprint: 1.8.6 -> 1.8.7

authored by Martin Weinelt and committed by GitHub 710635f6 87daa5b0

+3 -3
+3 -3
pkgs/applications/misc/octoprint/default.nix
··· 16 16 packageOverrides = lib.foldr lib.composeExtensions (self: super: { }) ( 17 17 [ 18 18 ( 19 - # with version 3 of flask-limiter octoprint 1.8.6 fails to start with 19 + # with version 3 of flask-limiter octoprint 1.8.7 fails to start with 20 20 # TypeError: Limiter.__init__() got multiple values for argument 'key_func' 21 21 self: super: { 22 22 flask-limiter = super.flask-limiter.overridePythonAttrs (oldAttrs: rec { ··· 105 105 self: super: { 106 106 octoprint = self.buildPythonPackage rec { 107 107 pname = "OctoPrint"; 108 - version = "1.8.6"; 108 + version = "1.8.7"; 109 109 110 110 src = fetchFromGitHub { 111 111 owner = "OctoPrint"; 112 112 repo = "OctoPrint"; 113 113 rev = version; 114 - hash = "sha256-DCUesPy4/g7DYN/9CDRvwAWHcv4dFsF+gsysg5UWThQ="; 114 + hash = "sha256-g4PYB9YbkX0almRPgMFlb8D633Y5fc3H+Boa541suqc="; 115 115 }; 116 116 117 117 propagatedBuildInputs = with self; [