octoprint: 1.5.1 -> 1.5.3

This commit is contained in:
Bernardo Meurer 2021-01-31 18:44:18 -08:00
parent fa08c42f94
commit 97e1ee02e8
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -90,13 +90,13 @@ let
self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.5.1";
version = "1.5.3";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
sha256 = "04x58cjivslsrld341ip11c50d50p2q01090nsyji0j255v986j9";
sha256 = "sha256-ZL/P/YIHynPmP8ssZZUKZDJscBsSsCq3UtOHrTVLpec=";
};
propagatedBuildInputs = with super; [