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

octoprint: 1.9.2 -> 1.9.3
This commit is contained in:
Nick Cao 2023-10-12 11:42:11 -04:00 committed by GitHub
commit 7654ef4eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,13 +80,13 @@ let
self: super: {
octoprint = self.buildPythonPackage rec {
pname = "OctoPrint";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "OctoPrint";
repo = "OctoPrint";
rev = version;
hash = "sha256-DSngV8nWHNqfPEBIfGq3HQeC1p9s6Q+GX+LcJiAiS4E=";
hash = "sha256-SYN/BrcukHMDwk70XGu/pO45fSPr/KOEyd4wxtz2Fo0=";
};
propagatedBuildInputs = with self; [