Merge pull request #312035 from r-ryantm/auto-update/octoprint

octoprint: 1.10.0 -> 1.10.1
This commit is contained in:
Pol Dellaiera 2024-05-16 21:56:20 +02:00 committed by GitHub
commit a613da5b8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,13 +116,13 @@ let
self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-gM989Wh4HYU5/afCcZ6iRJWb4bkFZfnnxBmyklSZep4=";
hash = "sha256-kJTYIsbNr6cLzti8yg+IlXjbKwXuwumE3Wydy+oTeK4=";
};
propagatedBuildInputs = with self; [